1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

configure duo 2fa

This commit is contained in:
Kyle Spearrin
2018-06-27 15:27:59 -04:00
parent 4b4bedaef3
commit a097793b0d
6 changed files with 207 additions and 3 deletions

View File

@@ -43,6 +43,7 @@ import { ProfileComponent } from './settings/profile.component';
import { PurgeVaultComponent } from './settings/purge-vault.component';
import { SettingsComponent } from './settings/settings.component';
import { TwoFactorAuthenticatorComponent } from './settings/two-factor-authenticator.component';
import { TwoFactorDuoComponent } from './settings/two-factor-duo.component';
import { TwoFactorSetupComponent } from './settings/two-factor-setup.component';
import { TwoFactorYubiKeyComponent } from './settings/two-factor-yubikey.component';
@@ -147,6 +148,7 @@ import { SearchCiphersPipe } from 'jslib/angular/pipes/search-ciphers.pipe';
TrueFalseValueDirective,
TwoFactorAuthenticatorComponent,
TwoFactorComponent,
TwoFactorDuoComponent,
TwoFactorOptionsComponent,
TwoFactorYubiKeyComponent,
TwoFactorSetupComponent,
@@ -168,6 +170,7 @@ import { SearchCiphersPipe } from 'jslib/angular/pipes/search-ciphers.pipe';
PurgeVaultComponent,
ShareComponent,
TwoFactorAuthenticatorComponent,
TwoFactorDuoComponent,
TwoFactorOptionsComponent,
TwoFactorYubiKeyComponent,
],