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

Phil Smart philip.smart at jisc.ac.uk
Thu Mar 7 13:59:22 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=12907a60f4cc1baf46e1dd37b169150d549786a5

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

commit 12907a60f4cc1baf46e1dd37b169150d549786a5
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu Mar 7 13:59:19 2024 +0000

    Fix typo
---
 .../shibboleth/idp/plugin/authn/webauthn/conf/authn/webauthn.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/conf/authn/webauthn.properties b/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/conf/authn/webauthn.properties
index 3c0913c..73d61bd 100644
--- a/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/conf/authn/webauthn.properties
+++ b/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/conf/authn/webauthn.properties
@@ -1,7 +1,7 @@
 # The relying party ID. Must be a valid domain string. A public key credential is only registered and valid for a single relying party ID.
 idp.authn.webauthn.relyingPartyId = localhost
 
-# A human-palatable name of the Relaying Party
+# A human-palatable name of the Relying Party
 idp.authn.webauthn.relyingPartyName = Shibboleth
 
 # Allow any port on that origin

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


More information about the commits mailing list