mirror of https://github.com/portainer/portainer
fix custom logo not updated (#5634)
parent
0f33e4ae99
commit
34c2a16363
|
@ -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…
Reference in New Issue