[java-idp-plugin-webauthn] branch main updated: Remove unused Javascript call
Phil Smart
philip.smart at jisc.ac.uk
Fri Mar 1 13:16:53 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=f0e9c69d1283278f8572f9981a4d80220ea1c90a
The following commit(s) were added to refs/heads/main by this push:
new f0e9c69 Remove unused Javascript call
f0e9c69 is described below
commit f0e9c69d1283278f8572f9981a4d80220ea1c90a
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Mar 1 13:16:50 2024 +0000
Remove unused Javascript call
---
.../idp/plugin/authn/webauthn/views/webauthn-register-username.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-register-username.vm b/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/views/webauthn-register-username.vm
index 1c3519a..57e24d7 100644
--- a/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/views/webauthn-register-username.vm
+++ b/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/views/webauthn-register-username.vm
@@ -36,7 +36,7 @@ $response.addHeader("Content-Security-Policy", "script-src-elem 'nonce-$nonce'")
<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")">
</head>
- <body onLoad="$onLoad">
+ <body>
<main class="main">
<header>
<img class="main-logo" src="$request.getContextPath()#springMessageText("idp.logo", "/images/placeholder-logo.png")" alt="#springMessageText("idp.logo.alt-text", "logo")" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list