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