We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a89c934 commit b3dbc06Copy full SHA for b3dbc06
1 file changed
public/js/app.js
@@ -594,6 +594,7 @@ function renderLoginPage() {
594
$('#login-email-btn').addEventListener('click', () => {
595
$('#login-choices').style.display = 'none';
596
$('#login-email-form').style.display = 'block';
597
+ setupPasskeyAutofill();
598
initIcons();
599
});
600
0 commit comments