1
0
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:
Andreas Coroiu
2023-04-05 16:17:40 +02:00
parent 11d340bc97
commit cd70b17b9a
4 changed files with 254 additions and 279 deletions

View File

@@ -1,3 +1,5 @@
export const UserRequestedFallbackAbortReason = "UserRequestedFallback";
export type UserVerification = "discouraged" | "preferred" | "required";
export abstract class Fido2ClientService {