From e260ea36848f626d314491860d7a79cc3c2ab5af Mon Sep 17 00:00:00 2001 From: enadhilal Date: Mon, 27 Sep 2021 10:11:53 +0300 Subject: [PATCH] fix --- .../app/hmg-common/services/connector/connector.service.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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");