1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 07:13:32 +00:00

implement lock timeout

This commit is contained in:
Kyle Spearrin
2018-06-09 14:50:29 -04:00
parent 9d52b5db23
commit 822b24be76
2 changed files with 5 additions and 1 deletions

2
jslib

Submodule jslib updated: 4c083eeb92...cd3c2ddff1

View File

@@ -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);
}