1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 10:13:31 +00:00

[EC-598] feat: confirm new credentials

This commit is contained in:
Andreas Coroiu
2023-03-22 10:28:28 +01:00
parent 260ea22adb
commit fbfaa06cbb
3 changed files with 43 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ export enum Fido2AutenticatorErrorCode {
CTAP2_ERR_UNSUPPORTED_ALGORITHM,
CTAP2_ERR_INVALID_OPTION,
CTAP2_ERR_PIN_AUTH_INVALID,
CTAP2_ERR_OPERATION_DENIED,
}
export class Fido2AutenticatorError extends Error {