Fix typo: 'PassKey' -> 'Passkey' in toast message

This commit is contained in:
2026-07-28 13:44:52 +00:00
parent f77473c13c
commit c943d17bb3
+1 -1
View File
@@ -184,7 +184,7 @@ function confirmRemove(credentialId, credentialName) {
throw res.error || 'Removal failed'; throw res.error || 'Removal failed';
} }
toast('PassKey removed', 'success'); toast('Passkey removed', 'success');
closeModal(); closeModal();
loadCredentials(); loadCredentials();
} catch (e) { } catch (e) {