lot of changes

This commit is contained in:
Eudes Inácio
2021-11-25 15:50:41 +01:00
parent 0c3d7467a0
commit e01440705b
2967 changed files with 46 additions and 1539998 deletions
+2 -2
View File
@@ -192,9 +192,9 @@ export class InactivityPage implements OnInit {
goback() {
const pathName = this.SessionStore.user.UrlBeforeInactivity
if(pathName) {
this.router.navigate([pathName]);
this.router.navigate([pathName],{replaceUrl: true});
} else {
this.router.navigate(['/home/events']);
this.router.navigate(['/home/events'], {replaceUrl: true});
}
}