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:
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user