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 b3dbc06 commit 02ce713Copy full SHA for 02ce713
1 file changed
public/js/app.js
@@ -746,8 +746,8 @@ async function setupPasskeyAutofill() {
746
}
747
748
async function handlePasskeyLogin() {
749
- const btn = $('#passkey-login-btn');
750
- const errorEl = $('#login-form .auth-error');
+ const btn = $('#login-passkey-btn');
+ const errorEl = $('#login-email-form .auth-error');
751
if (errorEl) errorEl.classList.remove('show');
752
753
btn.disabled = true;
@@ -773,7 +773,7 @@ async function handlePasskeyLogin() {
773
774
} finally {
775
btn.disabled = false;
776
- btn.innerHTML = '<i data-lucide="fingerprint" style="width:16px;height:16px"></i> Sign in with Passkey';
+ btn.innerHTML = '<i data-lucide="fingerprint" style="width:18px;height:18px"></i> Login with Passkey';
777
initIcons();
778
779
0 commit comments