mirror of
https://github.com/bitwarden/web
synced 2025-12-15 07:43:16 +00:00
enable lock timeout
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user