MOHEMM-SFH-COLORS
enadhilal 4 years ago
parent bde07ce350
commit e260ea3684

@ -227,11 +227,11 @@ export class ConnectorService {
if (!this.cs.validResponse(result)) { if (!this.cs.validResponse(result)) {
if (result.IsAuthenticated === false) { if (result.IsAuthenticated === false) {
this.cs.stopLoading(); this.cs.stopLoading();
// this.cs.presentAcceptDialog(result.ErrorEndUserMessage, () => { this.cs.presentAcceptDialog(result.ErrorEndUserMessage, () => {
this.cs.sharedService.clearAll(); this.cs.sharedService.clearAll();
// this.cs.openLogin(); // this.cs.openLogin();
this.getLastLoginInfo(); this.getLastLoginInfo();
// }); });
return false; return false;
} else if (result.ErrorType === 2 || result.ErrorType === 4) { } else if (result.ErrorType === 2 || result.ErrorType === 4) {
// console.log("error expired"); // console.log("error expired");

Loading…
Cancel
Save