1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 15:23:33 +00:00

Vault Timeout Policy (#1052)

This commit is contained in:
Oscar Hinton
2021-09-15 20:02:46 +02:00
committed by GitHub
parent da4af743f3
commit aa19e678f7
10 changed files with 116 additions and 18 deletions

View File

@@ -28,6 +28,7 @@ import { SsoComponent } from './accounts/sso.component';
import { TwoFactorOptionsComponent } from './accounts/two-factor-options.component';
import { TwoFactorComponent } from './accounts/two-factor.component';
import { UpdateTempPasswordComponent } from './accounts/update-temp-password.component';
import { VaultTimeoutInputComponent } from './accounts/vault-timeout-input.component';
import { CalloutComponent } from 'jslib-angular/components/callout.component';
import { IconComponent } from 'jslib-angular/components/icon.component';
@@ -224,6 +225,7 @@ registerLocaleData(localeZhTw, 'zh-TW');
ViewComponent,
PasswordRepromptComponent,
SetPinComponent,
VaultTimeoutInputComponent,
],
providers: [DatePipe],
bootstrap: [AppComponent],