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