mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 13:23:34 +00:00
Add MaximumVaultTimeout policy type (#480)
This commit is contained in:
@@ -88,10 +88,6 @@ export class ElectronPlatformUtilsService implements PlatformUtilsService {
|
||||
return Promise.resolve(false);
|
||||
}
|
||||
|
||||
lockTimeout(): number {
|
||||
return null;
|
||||
}
|
||||
|
||||
launchUri(uri: string, options?: any): void {
|
||||
shell.openExternal(uri);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user