mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
implement lock timeout
This commit is contained in:
parent
babaa11f8c
commit
055eae39e7
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit f40451ecc5b891139347c51d804ab314502d98e7
|
||||
Subproject commit cd3c2ddff1abd66c6318d981a389685dc82cfc0e
|
@ -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.');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user