mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
implement lock timeout
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: f40451ecc5...cd3c2ddff1
@@ -85,6 +85,10 @@ export class NodePlatformUtilsService implements PlatformUtilsService {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
lockTimeout(): number {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
launchUri(uri: string, options?: any): void {
|
launchUri(uri: string, options?: any): void {
|
||||||
throw new Error('Not implemented.');
|
throw new Error('Not implemented.');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user