fixed loader issue

mekawy-issues
umasoodch 6 years ago
parent 3d707310f9
commit a500e054aa

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

Loading…
Cancel
Save