mirror of
https://github.com/bitwarden/browser
synced 2026-02-26 17:43:22 +00:00
[authService refactor] Fix browser by not using instanceof (#647)
* use authenticationType enum instead of instanceof
This commit is contained in:
5
common/src/enums/authenticationType.ts
Normal file
5
common/src/enums/authenticationType.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export enum AuthenticationType {
|
||||
Password = 0,
|
||||
Sso = 1,
|
||||
Api = 2,
|
||||
}
|
||||
Reference in New Issue
Block a user