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

adjust storage implementation

This commit is contained in:
Kyle Spearrin
2018-06-29 23:41:35 -04:00
parent f7b9416460
commit 37026e556f
7 changed files with 133 additions and 7 deletions

View File

@@ -33,6 +33,7 @@ import { TwoFactorOptionsComponent } from './accounts/two-factor-options.compone
import { TwoFactorComponent } from './accounts/two-factor.component';
import { AccountComponent } from './settings/account.component';
import { AdjustStorageComponent } from './settings/adjust-storage.component';
import { ChangeEmailComponent } from './settings/change-email.component';
import { ChangePasswordComponent } from './settings/change-password.component';
import { DeauthorizeSessionsComponent } from './settings/deauthorize-sessions.component';
@@ -106,6 +107,7 @@ import { SearchCiphersPipe } from 'jslib/angular/pipes/search-ciphers.pipe';
declarations: [
AccountComponent,
AddEditComponent,
AdjustStorageComponent,
ApiActionDirective,
AppComponent,
AttachmentsComponent,