1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 07:13:32 +00:00
Files
browser/libs/common/src/enums/authenticationStatus.ts
2022-06-03 16:24:40 +02:00

6 lines
84 B
TypeScript

export enum AuthenticationStatus {
LoggedOut = 0,
Locked = 1,
Unlocked = 2,
}