1
0
mirror of https://github.com/bitwarden/jslib synced 2025-12-06 00:03:29 +00:00

Revert "Vault Timeout Policy (#474)" (#479)

This reverts commit bba2812fdd.
This commit is contained in:
Oscar Hinton
2021-09-08 23:06:42 +02:00
committed by GitHub
parent bba2812fdd
commit bbe8d3df48
7 changed files with 19 additions and 167 deletions

View File

@@ -88,6 +88,10 @@ export class ElectronPlatformUtilsService implements PlatformUtilsService {
return Promise.resolve(false);
}
lockTimeout(): number {
return null;
}
launchUri(uri: string, options?: any): void {
shell.openExternal(uri);
}