1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

recover 2fa

This commit is contained in:
Kyle Spearrin
2018-07-13 15:36:27 -04:00
parent 19d835c793
commit 3b28e68e31
5 changed files with 98 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ import { AcceptOrganizationComponent } from './accounts/accept-organization.comp
import { HintComponent } from './accounts/hint.component';
import { LockComponent } from './accounts/lock.component';
import { LoginComponent } from './accounts/login.component';
import { RecoverTwoFactorComponent } from './accounts/recover-two-factor.component';
import { RegisterComponent } from './accounts/register.component';
import { TwoFactorOptionsComponent } from './accounts/two-factor-options.component';
import { TwoFactorComponent } from './accounts/two-factor.component';
@@ -206,6 +207,7 @@ import { SearchPipe } from 'jslib/angular/pipes/search.pipe';
PremiumComponent,
ProfileComponent,
PurgeVaultComponent,
RecoverTwoFactorComponent,
RegisterComponent,
SearchCiphersPipe,
SearchPipe,