mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
[EC-598] feat: fully refactored user interface
Now uses sessions instead of single request-response style communcation
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
export const UserRequestedFallbackAbortReason = "UserRequestedFallback";
|
||||
|
||||
export type UserVerification = "discouraged" | "preferred" | "required";
|
||||
|
||||
export abstract class Fido2ClientService {
|
||||
|
||||
Reference in New Issue
Block a user