mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 07:13:32 +00:00
implement lock timeout
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: 4c083eeb92...cd3c2ddff1
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user