Skip to content

Commit

Permalink
Fixed <div> tag being closed with </form>
Browse files Browse the repository at this point in the history
Signed-off-by: AB <[email protected]>
  • Loading branch information
AB-xdev committed Feb 14, 2025
1 parent a44a490 commit 01f26cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ private boolean matches(HttpServletRequest request, String url) {
<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 = """
Expand Down

0 comments on commit 01f26cd

Please sign in to comment.