Compare commits

...

1 Commits

Author SHA1 Message Date
waysonwei
c0a2a2e2bf fix custom logo not updated 2021-09-16 13:38:10 +12:00

View File

@@ -249,6 +249,10 @@ class AuthenticationController {
this.generateOAuthLoginURI();
return;
}
if(!this.logo){
await this.StateManager.initialize();
this.logo = this.StateManager.getState().application.logo;
}
this.generateOAuthLoginURI();
if (this.$stateParams.logout || this.$stateParams.error) {