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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user