This commit is contained in:
Peter Maquiran
2021-08-30 11:46:09 +01:00
parent 6a3ef5b14e
commit e00b3fb4fc
@@ -143,7 +143,6 @@ export class InactivityPage implements OnInit {
goback() {
const pathName = this.SessionStore.user.UrlBeforeInactivity
alert(pathName)
this.router.navigate([pathName]);
}