1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 09:43:23 +00:00
Files
browser/src/enums/policyType.ts
Kyle Spearrin 844699f1a4 new enums
2020-01-15 09:56:51 -05:00

6 lines
111 B
TypeScript

export enum PolicyType {
TwoFactorAuthentication = 0,
MasterPassword = 1,
PasswordGenerator = 2,
}