Fix typo: 'PassKey' -> 'Passkey' in toast message
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user