From 7cadaca068f297dce0be5cfc4ab4e623b579cb62 Mon Sep 17 00:00:00 2001 From: argirok Date: Tue, 19 Dec 2023 17:30:39 +0200 Subject: [PATCH] set afterLoginRedirectLink --- src/app/app.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/app.component.ts b/src/app/app.component.ts index d3953ce..5a31397 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -82,6 +82,7 @@ export class AppComponent extends ResearcherBaseComponent implements OnInit { ) { super(); this.configurationService.initStaticPortal(this.irish.portal); + this.userManagementService.fixRedirectURL = this.properties.afterLoginRedirectLink; } ngOnDestroy() {