We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://auth0.com/docs/customize/universal-login-pages/universal-login-page-customization
Add the logouturl configuration to the block
var logourl = "https://example.com/defaultlogo1.png"; //set default logo if(config.clientID === "HUXwC72R3qr9JJo9ImPsdzJbtY8aD5kS") { logourl = "https://example.com/defaultlogo2.png"; } theme: { logo: logourl, primaryColor: colors.primary ? colors.primary : 'green' },
Should be logo
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://auth0.com/docs/customize/universal-login-pages/universal-login-page-customization
Add the logouturl configuration to the block
Should be logo
The text was updated successfully, but these errors were encountered: