Skip to content

Commit d9a937f

Browse files
AB-xdevjzheaux
authored andcommitted
Correct Closing Tag
Closes gh-16600 Signed-off-by: AB <[email protected]>
1 parent 06893bc commit d9a937f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/main/java/org/springframework/security/web/authentication/ui/DefaultLoginPageGeneratingFilter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ private boolean matches(HttpServletRequest request, String url) {
452452
<div class="login-form">
453453
<h2>Login with Passkeys</h2>
454454
<button id="passkey-signin" type="submit" class="primary">Sign in with a passkey</button>
455-
</form>
455+
</div>
456456
""";
457457

458458
private static final String LOGIN_PAGE_TEMPLATE = """

0 commit comments

Comments
 (0)