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

Vault Timeout Policy (#1171)

This commit is contained in:
Oscar Hinton
2021-09-10 15:27:00 +02:00
committed by GitHub
parent 17166dad4d
commit a1c1fea976
15 changed files with 248 additions and 29 deletions

View File

@@ -22,6 +22,9 @@ import { ServicesModule } from './services/services.module';
DragDropModule,
OssRoutingModule,
],
declarations: [
AppComponent,
],
bootstrap: [AppComponent],
})
export class AppModule { }