[java-idp-plugin-totp] branch main updated: Replace a testing artifact.

Scott Cantor cantor.2 at osu.edu
Fri Feb 5 01:30:32 UTC 2021


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

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

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-totp.git;a=commit;h=64d6c39e80784d337c4c218f778686d728b31914

The following commit(s) were added to refs/heads/main by this push:
       new  64d6c39   Replace a testing artifact.
64d6c39 is described below

commit 64d6c39e80784d337c4c218f778686d728b31914
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Feb 4 20:30:29 2021 -0500

    Replace a testing artifact.
---
 .../main/resources/net/shibboleth/idp/plugin/authn/totp/views/totp.vm   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/totp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/totp/views/totp.vm b/totp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/totp/views/totp.vm
index b3bde33..301621b 100644
--- a/totp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/totp/views/totp.vm
+++ b/totp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/totp/views/totp.vm
@@ -47,7 +47,7 @@
                 #end
                             
                 <div class="form-element-wrapper">
-                  <label for="tokencode">#springMessageText("idp.totp.field", "Foo")</label>
+                  <label for="tokencode">#springMessageText("idp.totp.field", "Token Code")</label>
                   <input class="form-element form-field" id="tokencode" name="tokencode" type="text" value="" />
                 </div>
     

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


More information about the commits mailing list