Correct Closing Tag

Closes gh-16600

Signed-off-by: AB <a.bierler@xdev-software.de>
This commit is contained in:
AB 2025-02-14 14:08:04 +01:00 committed by Josh Cummings
parent 06893bc047
commit d9a937f0c1
No known key found for this signature in database
GPG Key ID: 869B37A20E876129

View File

@ -452,7 +452,7 @@ public class DefaultLoginPageGeneratingFilter extends GenericFilterBean {
<div class="login-form">
<h2>Login with Passkeys</h2>
<button id="passkey-signin" type="submit" class="primary">Sign in with a passkey</button>
</form>
</div>
""";
private static final String LOGIN_PAGE_TEMPLATE = """