mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
implement lock timeout
This commit is contained in:
@@ -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.');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user