mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
allow users to change lock options, default to 15 min
This commit is contained in:
@@ -94,7 +94,7 @@ export class WebPlatformUtilsService implements PlatformUtilsService {
|
||||
}
|
||||
|
||||
lockTimeout(): number {
|
||||
return 15;
|
||||
return null;
|
||||
}
|
||||
|
||||
launchUri(uri: string, options?: any): void {
|
||||
|
||||
Reference in New Issue
Block a user