set afterLoginRedirectLink

This commit is contained in:
argirok 2023-12-19 17:30:39 +02:00
parent 401ddaa0ce
commit 7cadaca068
1 changed files with 1 additions and 0 deletions

View File

@ -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() {