fixed loader issue

master
umasoodch 6 years ago
parent 3d707310f9
commit a500e054aa

@ -637,6 +637,7 @@ export class AuthenticationService {
}
private sessionTimeOutDialog() {
this.cs.stopLoading();
this.cs.presentAcceptDialog(
this.ts.trPK("general", "idle-relogin"),
() => {
@ -657,7 +658,7 @@ export class AuthenticationService {
this.clearUserSession();
this.publishUserChangeEvent();
this.sessionTimeOutDialog();
this.cs.openHome();
// this.cs.openHome();
}
}, AuthenticationService.monitorInterval_M);
}

Loading…
Cancel
Save