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

@ -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");

Loading…
Cancel
Save