mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
allow static lock timeout definition
This commit is contained in:
@@ -103,6 +103,10 @@ export class ElectronPlatformUtilsService implements PlatformUtilsService {
|
||||
return false;
|
||||
}
|
||||
|
||||
lockTimeout(): number {
|
||||
return null;
|
||||
}
|
||||
|
||||
launchUri(uri: string, options?: any): void {
|
||||
shell.openExternal(uri);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user