1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 02:03:39 +00:00

added 2fa support for org duo

This commit is contained in:
Kyle Spearrin
2018-04-03 15:11:03 -04:00
parent bdbb01317d
commit bea9e06506
2 changed files with 12 additions and 0 deletions

View File

@@ -5,4 +5,5 @@ export enum TwoFactorProviderType {
Yubikey = 3,
U2f = 4,
Remember = 5,
OrganizationDuo = 6,
}