1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

Vault Timeout Policy (#474)

This commit is contained in:
Oscar Hinton
2021-09-08 22:02:19 +02:00
committed by GitHub
parent 5784a6d4fc
commit bba2812fdd
7 changed files with 167 additions and 19 deletions

View File

@@ -76,10 +76,6 @@ export class CliPlatformUtilsService implements PlatformUtilsService {
return Promise.resolve(false);
}
lockTimeout(): number {
return null;
}
launchUri(uri: string, options?: any): void {
if (process.platform === 'linux') {
child_process.spawnSync('xdg-open', [uri]);