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

yubikey 2fa config

This commit is contained in:
Kyle Spearrin
2018-06-27 13:45:11 -04:00
parent 246d605e5c
commit 4b4bedaef3
7 changed files with 278 additions and 3 deletions

View File

@@ -44,6 +44,7 @@ import { PurgeVaultComponent } from './settings/purge-vault.component';
import { SettingsComponent } from './settings/settings.component';
import { TwoFactorAuthenticatorComponent } from './settings/two-factor-authenticator.component';
import { TwoFactorSetupComponent } from './settings/two-factor-setup.component';
import { TwoFactorYubiKeyComponent } from './settings/two-factor-yubikey.component';
import { ExportComponent } from './tools/export.component';
import { ImportComponent } from './tools/import.component';
@@ -147,6 +148,7 @@ import { SearchCiphersPipe } from 'jslib/angular/pipes/search-ciphers.pipe';
TwoFactorAuthenticatorComponent,
TwoFactorComponent,
TwoFactorOptionsComponent,
TwoFactorYubiKeyComponent,
TwoFactorSetupComponent,
UserLayoutComponent,
VaultComponent,
@@ -167,6 +169,7 @@ import { SearchCiphersPipe } from 'jslib/angular/pipes/search-ciphers.pipe';
ShareComponent,
TwoFactorAuthenticatorComponent,
TwoFactorOptionsComponent,
TwoFactorYubiKeyComponent,
],
providers: [],
bootstrap: [AppComponent],