From aa1c67d07a6aa69e37705b4fb36624031676c924 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Mon, 22 Mar 2021 15:52:14 +0000 Subject: [PATCH] [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 --- src/app/app.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 44669ed..3c66c55 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -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']); } }