Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DefaultLoginPageGeneratingFilter: PASSKEY_FORM_TEMPLATE invalid html tag closure #16600

Open
AB-xdev opened this issue Feb 14, 2025 · 0 comments · May be fixed by #16601
Open

DefaultLoginPageGeneratingFilter: PASSKEY_FORM_TEMPLATE invalid html tag closure #16600

AB-xdev opened this issue Feb 14, 2025 · 0 comments · May be fixed by #16601
Labels
status: waiting-for-triage An issue we've not yet triaged type: bug A general bug

Comments

@AB-xdev
Copy link

AB-xdev commented Feb 14, 2025

Describe the bug

private static final String PASSKEY_FORM_TEMPLATE = """
<div class="login-form">
<h2>Login with Passkeys</h2>
<button id="passkey-signin" type="submit" class="primary">Sign in with a passkey</button>
</form>
""";

Expected behavior
<div> tag is closed with </div> and not with </form>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: waiting-for-triage An issue we've not yet triaged type: bug A general bug
Projects
None yet
1 participant