fix custom logo not updated (#5634)

pull/5553/head
Richard Wei 3 years ago committed by GitHub
parent 0f33e4ae99
commit 34c2a16363
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save