[java-idp-plugin-webauthn] branch main updated: Fix missing inline enrolment parameter on username input view
Phil Smart
philip.smart at jisc.ac.uk
Tue Dec 17 17:03:50 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=9d12856a96635ee74aeff2151d0c7a205152b7c6
The following commit(s) were added to refs/heads/main by this push:
new 9d12856 Fix missing inline enrolment parameter on username input view
9d12856 is described below
commit 9d12856a96635ee74aeff2151d0c7a205152b7c6
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Tue Dec 17 17:03:47 2024 +0000
Fix missing inline enrolment parameter on username input view
---
.../idp/plugin/authn/webauthn/views/webauthn-authn-username.vm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/views/webauthn-authn-username.vm b/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/views/webauthn-authn-username.vm
index 339e77c..06179d2 100644
--- a/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/views/webauthn-authn-username.vm
+++ b/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/views/webauthn-authn-username.vm
@@ -94,7 +94,7 @@ $response.addHeader("Content-Security-Policy", "default-src 'none'; style-src 's
</form>
<ul>
- <li><a href="#springMessageText('idp.webauthn.enrollment.url', '/idp/profile/admin/webauthn-registration')">#springMessageText("idp.webauthn.enrollment", "Register new credentials")</a></li>
+ <li><a href="#springMessageText('idp.webauthn.enrollment.url', '/idp/profile/admin/webauthn-registration')?reg=inline">#springMessageText("idp.webauthn.enrollment", "Register new credentials")</a></li>
<li><a href="#springMessageText('idp.url.helpdesk', '#')">#springMessageText("idp.login.needHelp", "Need Help?")</a></li>
</ul>
</section>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list