[java-idp-plugin-duo] branch main updated: Removed old reference to onLoad script.

Scott Cantor cantor.2 at osu.edu
Tue Jan 16 17:30:22 UTC 2024


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository java-idp-plugin-duo.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-duo.git;a=commit;h=1165b20313aa3634823fe98863548d568ec289e3

The following commit(s) were added to refs/heads/main by this push:
     new 1165b203 Removed old reference to onLoad script.
1165b203 is described below

commit 1165b20313aa3634823fe98863548d568ec289e3
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jan 16 12:30:20 2024 -0500

    Removed old reference to onLoad script.
---
 .../resources/net/shibboleth/idp/plugin/authn/duo/views/passwordless.vm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-duo-impl/src/main/resources/net/shibboleth/idp/plugin/authn/duo/views/passwordless.vm b/idp-duo-impl/src/main/resources/net/shibboleth/idp/plugin/authn/duo/views/passwordless.vm
index 57ad66aa..d7294fd4 100644
--- a/idp-duo-impl/src/main/resources/net/shibboleth/idp/plugin/authn/duo/views/passwordless.vm
+++ b/idp-duo-impl/src/main/resources/net/shibboleth/idp/plugin/authn/duo/views/passwordless.vm
@@ -37,7 +37,7 @@ $response.addHeader("Content-Security-Policy", "script-src-attr 'unsafe-hashes'
         <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