diff --git a/Mohem/src/app/hmg-common/services/connector/connector.service.ts b/Mohem/src/app/hmg-common/services/connector/connector.service.ts index 074ecfa9..ddd23f6d 100644 --- a/Mohem/src/app/hmg-common/services/connector/connector.service.ts +++ b/Mohem/src/app/hmg-common/services/connector/connector.service.ts @@ -227,11 +227,11 @@ export class ConnectorService { if (!this.cs.validResponse(result)) { if (result.IsAuthenticated === false) { this.cs.stopLoading(); - // this.cs.presentAcceptDialog(result.ErrorEndUserMessage, () => { + this.cs.presentAcceptDialog(result.ErrorEndUserMessage, () => { this.cs.sharedService.clearAll(); // this.cs.openLogin(); this.getLastLoginInfo(); - // }); + }); return false; } else if (result.ErrorType === 2 || result.ErrorType === 4) { // console.log("error expired");