1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

implement lock timeout

This commit is contained in:
Kyle Spearrin
2018-06-09 14:50:34 -04:00
parent babaa11f8c
commit 055eae39e7
2 changed files with 5 additions and 1 deletions

2
jslib

Submodule jslib updated: f40451ecc5...cd3c2ddff1

View File

@@ -85,6 +85,10 @@ export class NodePlatformUtilsService implements PlatformUtilsService {
return false;
}
lockTimeout(): number {
return null;
}
launchUri(uri: string, options?: any): void {
throw new Error('Not implemented.');
}