diff --git a/Mohem/src/app/hmg-common/services/authentication/authentication.service.ts b/Mohem/src/app/hmg-common/services/authentication/authentication.service.ts index 42a403b3..d418cfc5 100644 --- a/Mohem/src/app/hmg-common/services/authentication/authentication.service.ts +++ b/Mohem/src/app/hmg-common/services/authentication/authentication.service.ts @@ -637,6 +637,7 @@ export class AuthenticationService { } private sessionTimeOutDialog() { + this.cs.stopLoading(); this.cs.presentAcceptDialog( this.ts.trPK("general", "idle-relogin"), () => { @@ -657,7 +658,7 @@ export class AuthenticationService { this.clearUserSession(); this.publishUserChangeEvent(); this.sessionTimeOutDialog(); - this.cs.openHome(); + // this.cs.openHome(); } }, AuthenticationService.monitorInterval_M); }