diff --git a/src/app/core/auth/auth.service.ts b/src/app/core/auth/auth.service.ts index c7b086c78..3fd2a3197 100644 --- a/src/app/core/auth/auth.service.ts +++ b/src/app/core/auth/auth.service.ts @@ -118,7 +118,7 @@ export class AuthService { .toPromise() .finally(() => { if (!this.idle.isIdling()) { - this.initIdle() + this.resetIdle() } }) }