1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 10:13:31 +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

@@ -82,10 +82,6 @@ export class WebPlatformUtilsService implements PlatformUtilsService {
return Promise.resolve(false);
}
lockTimeout(): number {
return null;
}
launchUri(uri: string, options?: any): void {
const a = document.createElement('a');
a.href = uri;