Fix bug no redirection to my-communuties after successful login
This commit is contained in:
parent
5679464561
commit
e2da9e6cc9
|
@ -154,7 +154,7 @@ export class AppComponent {
|
|||
this.initAdminToolCommunity(communityId);
|
||||
this.buildMenu(communityId);
|
||||
// this.communityId = communityId;
|
||||
if (this.communityId === null) {
|
||||
if (!communityId) {
|
||||
this.userManagementService.fixRedirectURL = properties.afterLoginRedirectLink;
|
||||
} else {
|
||||
this.userManagementService.fixRedirectURL = null;
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 1b6c7f06def2713df227f86b56767bb445f1a4cb
|
||||
Subproject commit ba1a14170287814a788ef6b88a97320d3312b085
|
|
@ -1 +1 @@
|
|||
Subproject commit 18d805e05fe839e143f9f1eeb9fd42f4dcea67d0
|
||||
Subproject commit 04d799f089c93ae28c9d2ca8436f283ebc0be3ae
|
Loading…
Reference in New Issue