mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 10:13:31 +00:00
[EC-598] feat: add check for invalid option values
This commit is contained in:
@@ -10,6 +10,7 @@ export enum Fido2AlgorithmIdentifier {
|
||||
export enum Fido2AutenticatorErrorCode {
|
||||
CTAP2_ERR_CREDENTIAL_EXCLUDED,
|
||||
CTAP2_ERR_UNSUPPORTED_ALGORITHM,
|
||||
CTAP2_ERR_INVALID_OPTION,
|
||||
}
|
||||
|
||||
export class Fido2AutenticatorError extends Error {
|
||||
|
||||
Reference in New Issue
Block a user