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

stub out change email/password components

This commit is contained in:
Kyle Spearrin
2018-06-21 11:47:23 -04:00
parent e46f3073b4
commit 306f8a43e1
6 changed files with 56 additions and 0 deletions

View File

@@ -32,6 +32,8 @@ import { TwoFactorOptionsComponent } from './accounts/two-factor-options.compone
import { TwoFactorComponent } from './accounts/two-factor.component';
import { AccountComponent } from './settings/account.component';
import { ChangeEmailComponent } from './settings/change-email.component';
import { ChangePasswordComponent } from './settings/change-password.component';
import { ProfileComponent } from './settings/profile.component';
import { SettingsComponent } from './settings/settings.component';
@@ -96,6 +98,8 @@ import { SearchCiphersPipe } from 'jslib/angular/pipes/search-ciphers.pipe';
BulkDeleteComponent,
BulkMoveComponent,
BulkShareComponent,
ChangeEmailComponent,
ChangePasswordComponent,
CiphersComponent,
CollectionsComponent,
ExportComponent,