[Connect | Trunk]: App navigate to error remove params

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@60689 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2021-03-22 15:52:14 +00:00
parent d4a2820d23
commit aa1c67d07a
1 changed files with 1 additions and 1 deletions

View File

@ -307,6 +307,6 @@ export class AppComponent {
}
private navigateToError() {
this.router.navigate(['/error'], {queryParams: {'page': this.properties.baseLink + this.router.url}});
this.router.navigate(['/error']);
}
}