mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-01 18:08:19 +01:00
10 minute idle timeout
This commit is contained in:
parent
9ecec972ca
commit
34f6bc2403
@ -47,7 +47,7 @@ import { RouterService } from './services/router.service';
|
||||
const BroadcasterSubscriptionId = 'AppComponent';
|
||||
// Hack due to Angular 5.2 bug
|
||||
const swal: SweetAlert = _swal as any;
|
||||
const IdleTimeout = 60000 * 5; // 5 minutes
|
||||
const IdleTimeout = 60000 * 10; // 10 minutes
|
||||
|
||||
@Component({
|
||||
selector: 'app-root',
|
||||
|
Loading…
Reference in New Issue
Block a user