diff --git a/webui/static/pages/passkeys.js b/webui/static/pages/passkeys.js index ce943ab..f6d86c0 100644 --- a/webui/static/pages/passkeys.js +++ b/webui/static/pages/passkeys.js @@ -184,7 +184,7 @@ function confirmRemove(credentialId, credentialName) { throw res.error || 'Removal failed'; } - toast('PassKey removed', 'success'); + toast('Passkey removed', 'success'); closeModal(); loadCredentials(); } catch (e) {