Skip to content

Commit ece7489

Browse files
committed
Merge branch '6.4.x'
2 parents 030989b + d9a937f commit ece7489

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
@@ -433,7 +433,7 @@ private boolean matches(HttpServletRequest request, String url) {
433433
<div class="login-form">
434434
<h2>Login with Passkeys</h2>
435435
<button id="passkey-signin" type="submit" class="primary">Sign in with a passkey</button>
436-
</form>
436+
</div>
437437
""";
438438

439439
private static final String LOGIN_PAGE_TEMPLATE = """

0 commit comments

Comments
 (0)