I have this set in my app:
const web3auth = new Web3Auth(WebBrowser, {
clientId,
network: OPENLOGIN_NETWORK.TESTNET,
mfaLevel: MFA_LEVELS.NONE,
whiteLabel: {
name: "Pose",
logoLight: "https://passport.compose.art/build/_assets/logo-white-JRBWMI4S.png",
logoDark: "https://passport.compose.art/build/_assets/logo-black-L3UB2TCQ.png",
defaultLanguage: "en",
dark: true,
theme: {
primary: "#cddc39",
},
},
});
However, I am not getting the customized modal. It uses the dark mode but not the logos and stills says web3auth login.