[java-idp-plugin-webauthn] branch main updated: Fix JS location in install

Phil Smart philip.smart at jisc.ac.uk
Fri Feb 2 13:29:43 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=19f551e00518cbb1f16fd4eb74bf5cb89713b008

The following commit(s) were added to refs/heads/main by this push:
     new 19f551e  Fix JS location in install
19f551e is described below

commit 19f551e00518cbb1f16fd4eb74bf5cb89713b008
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Feb 2 13:29:40 2024 +0000

    Fix JS location in install
---
 .../net/shibboleth/idp/plugin/authn/webauthn/module.properties      | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/module.properties b/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/module.properties
index 1e3719f..163ffbf 100644
--- a/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/module.properties
+++ b/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/module.properties
@@ -38,12 +38,12 @@ idp.authn.WebAuthn.8.dest = edit-webapp/css/webauthn.css
 idp.authn.WebAuthn.8.postenable = Customize edit-webapp/css/webauthn.css and rebuild war to deploy.
 
 idp.authn.WebAuthn.9.src = /net/shibboleth/idp/plugin/authn/webauthn/js/webauthn-json.browser-ponyfill.js
-idp.authn.WebAuthn.9.dest = edit-webapp/js/webauthn-json.browser-ponyfill.js
+idp.authn.WebAuthn.9.dest = edit-webapp/js/webauthn/webauthn-json.browser-ponyfill.js
 
 idp.authn.WebAuthn.10.src = /net/shibboleth/idp/plugin/authn/webauthn/js/webauthn-support.js
-idp.authn.WebAuthn.10.dest = edit-webapp/js/webauthn-support.js
+idp.authn.WebAuthn.10.dest = edit-webapp/js/webauthn/webauthn-support.js
 
 idp.authn.WebAuthn.11.src = /net/shibboleth/idp/plugin/authn/webauthn/js/webauthn-json.browser-ponyfill.js.map
-idp.authn.WebAuthn.11.dest = edit-webapp/js/webauthn-json.browser-ponyfill.js.map
+idp.authn.WebAuthn.11.dest = edit-webapp/js/webauthn/webauthn-json.browser-ponyfill.js.map
 
 

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


More information about the commits mailing list