mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 23:03:32 +00:00
implement lock timeout
This commit is contained in:
@@ -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