1
0
mirror of https://github.com/bitwarden/web synced 2025-12-15 07:43:16 +00:00

enable lock timeout

This commit is contained in:
Kyle Spearrin
2018-06-09 14:55:34 -04:00
parent ea6317e3a2
commit b93b9feee4
3 changed files with 7 additions and 3 deletions

View File

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