[java-idp-plugin-webauthn] branch main updated: Fix extra character in management view
Phil Smart
philip.smart at jisc.ac.uk
Wed Aug 7 12:21:48 UTC 2024
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch main
in repository java-idp-plugin-webauthn.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-webauthn.git;a=commit;h=3a221728147839232c267309fcc636328bb42625
The following commit(s) were added to refs/heads/main by this push:
new 3a22172 Fix extra character in management view
3a22172 is described below
commit 3a221728147839232c267309fcc636328bb42625
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Wed Aug 7 13:21:46 2024 +0100
Fix extra character in management view
---
.../shibboleth/idp/plugin/authn/webauthn/views/webauthn-management.vm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/views/webauthn-management.vm b/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/views/webauthn-management.vm
index fcf1eb3..0eb0752 100644
--- a/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/views/webauthn-management.vm
+++ b/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/views/webauthn-management.vm
@@ -29,7 +29,7 @@ $response.addHeader("Content-Security-Policy", "default-src 'none'; style-src 's
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta http-equiv="refresh" content="300;url=$flowExecutionUrl&_eventId=finish#parse("csrf/csrf-qparam.vm")">
- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0">>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0">
<link rel="stylesheet" type="text/css" href="$request.getContextPath()#springMessageText("idp.css", "/css/placeholder.css" )">
<link rel="stylesheet" type="text/css" href="$request.getContextPath()/css/webauthn.css">
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list