Web3auth User Flow Screens

I need help changing the user flow screen. I would like to change the logo and the name. I need help making those changes within an app. The trouble that I am having is that I can't identify where the current default setting is located.



Originally posted by: bt-latricia

Check the discussion at: https://github.com/orgs/Web3Auth/discussions/965

Depending upon the SDK you are using in your App, you can add Whitelabel settings in it which allows you to change things like appLogo, theme etc.
If you are using @web3auth/modal here is the Whitelabel section, similarly we have one in other SDKs as well. The docs contain a detailed description of the parameters one can pass in.



Originally posted by: Saviour1001