I am trying to change the login view page logo (https://imgur.com/a/TQ3Y1bj) of flex.twilio.com on a self hosted instance.
As guided by twilio how to change login view logo (https://www.twilio.com/docs/flex/developer/ui/configuration#flex-agent-and-supervisor-ui) , I followed this :
flex.LoginView.defaultProps.logoUrl = "https://sample-logo-url.svg";
But,it doesn't seems to work.
does anyone have faced similar bug or solved it?
I am trying to change the login view page logo (https://imgur.com/a/TQ3Y1bj) of flex.twilio.com on a self hosted instance.
As guided by twilio how to change login view logo (https://www.twilio.com/docs/flex/developer/ui/configuration#flex-agent-and-supervisor-ui) , I followed this :
flex.LoginView.defaultProps.logoUrl = "https://sample-logo-url.svg";
But,it doesn't seems to work.
does anyone have faced similar bug or solved it?