mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 07:13:32 +00:00
6 lines
84 B
TypeScript
6 lines
84 B
TypeScript
export enum AuthenticationStatus {
|
|
LoggedOut = 0,
|
|
Locked = 1,
|
|
Unlocked = 2,
|
|
}
|