mirror of
https://github.com/bitwarden/browser
synced 2024-12-25 01:22:26 +01:00
implement lock timeout
This commit is contained in:
parent
9d52b5db23
commit
822b24be76
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit 4c083eeb92d599bd8b85fb88ec5d435079b79395
|
||||
Subproject commit cd3c2ddff1abd66c6318d981a389685dc82cfc0e
|
@ -149,6 +149,10 @@ export default class BrowserPlatformUtilsService implements PlatformUtilsService
|
||||
return tabOpen;
|
||||
}
|
||||
|
||||
lockTimeout(): number {
|
||||
return null;
|
||||
}
|
||||
|
||||
launchUri(uri: string, options?: any): void {
|
||||
BrowserApi.createNewTab(uri, options && options.extensionPage === true);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user