[java-idp-plugin-duo] branch main updated: Fix field name in label element.

Scott Cantor cantor.2 at osu.edu
Thu Apr 18 16:06:56 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=02e3cefa52f32a1d5cbf46ca49d385c8a1a122de

The following commit(s) were added to refs/heads/main by this push:
     new 02e3cefa Fix field name in label element.
02e3cefa is described below

commit 02e3cefa52f32a1d5cbf46ca49d385c8a1a122de
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Apr 18 12:06:53 2024 -0400

    Fix field name in label element.
---
 .../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 90cc26d7..86244685 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
@@ -68,7 +68,7 @@ $response.addHeader("Content-Security-Policy", "script-src-elem 'nonce-$nonce'")
                     <p><a href="$flowExecutionUrl&_eventId_clear=1#parse("csrf/csrf-qparam.vm")"
                         alt="#springMessageText("idp.duo.passwordless.notyou", "Not you?")">#springMessageText("idp.duo.passwordless.notyou", "Not you?")</a></p>
                     
-                    <label for="username">#springMessageText("idp.login.username", "Username")</label>
+                    <label for="unused">#springMessageText("idp.login.username", "Username")</label>
                     <input id="unused" name="unused" type="text" readonly="true" value="$encoder.encodeForHTML($username)" />
                             
                     <input type="checkbox" name="donotcache" value="1" id="donotcache" />

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list