1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

new enums

This commit is contained in:
Kyle Spearrin
2020-01-15 09:56:51 -05:00
parent 5819023bc4
commit 844699f1a4
2 changed files with 9 additions and 0 deletions

5
src/enums/policyType.ts Normal file
View File

@@ -0,0 +1,5 @@
export enum PolicyType {
TwoFactorAuthentication = 0,
MasterPassword = 1,
PasswordGenerator = 2,
}