[java-idp-plugin-webauthn] branch main updated: Fix typo

Phil Smart philip.smart at jisc.ac.uk
Thu Jun 26 12:53:26 UTC 2025


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=10af81d4d0af0b4dc6d7b8bd381fd4434c612e4a

The following commit(s) were added to refs/heads/main by this push:
     new 10af81d  Fix typo
10af81d is described below

commit 10af81d4d0af0b4dc6d7b8bd381fd4434c612e4a
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu Jun 26 13:53:24 2025 +0100

    Fix typo
---
 .../flows/admin/webauthn-registration/webauthn-registration-flow.xml    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webauthn-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/admin/webauthn-registration/webauthn-registration-flow.xml b/webauthn-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/admin/webauthn-registration/webauthn-registration-flow.xml
index b43227e..456675f 100644
--- a/webauthn-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/admin/webauthn-registration/webauthn-registration-flow.xml
+++ b/webauthn-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/admin/webauthn-registration/webauthn-registration-flow.xml
@@ -21,7 +21,7 @@
     </subflow-state>
     
     <!-- Has username collection been configured. Username collection is not a requirement of the flow, it adds
-    WebAuthn credentials to an inital context which can inform the MFA flow -->
+    WebAuthn credentials to an initial context which can inform the MFA flow -->
     <decision-state id="DecideIfUsernameCollectionIsRequired">
         <if test="IsAdminUsernameCollectionEnabled.test(opensamlProfileRequestContext)"
             then="CollectUsernameView" 

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


More information about the commits mailing list