set afterLoginRedirectLink
This commit is contained in:
parent
401ddaa0ce
commit
7cadaca068
|
@ -82,6 +82,7 @@ export class AppComponent extends ResearcherBaseComponent implements OnInit {
|
||||||
) {
|
) {
|
||||||
super();
|
super();
|
||||||
this.configurationService.initStaticPortal(this.irish.portal);
|
this.configurationService.initStaticPortal(this.irish.portal);
|
||||||
|
this.userManagementService.fixRedirectURL = this.properties.afterLoginRedirectLink;
|
||||||
}
|
}
|
||||||
|
|
||||||
ngOnDestroy() {
|
ngOnDestroy() {
|
||||||
|
|
Loading…
Reference in New Issue