Skip to content

Commit b3dbc06

Browse files
committed
fix: restore passkey autofill on email login form
1 parent a89c934 commit b3dbc06

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

public/js/app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,7 @@ function renderLoginPage() {
594594
$('#login-email-btn').addEventListener('click', () => {
595595
$('#login-choices').style.display = 'none';
596596
$('#login-email-form').style.display = 'block';
597+
setupPasskeyAutofill();
597598
initIcons();
598599
});
599600

0 commit comments

Comments
 (0)