You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WebAuthnError::AbortError => "Operation was aborted by client.",
348
+
WebAuthnError::ConstraintError => "Resident key or user verification requirement was not able to be met.",
349
+
WebAuthnError::InvalidStateError => "A user consented to create a new credential after trying to use an authenticator with a previously registered credential.",
350
+
WebAuthnError::NotSupportedError => "Operation parameters are not supported.",
351
+
WebAuthnError::SecurityError => "Validation of the client context for given RP ID failed.",
352
+
WebAuthnError::NotAllowedError => "An unspecified error occurred, and the operation is not allowed to continue.",
0 commit comments