auth0 universal-login update
Update the custom branding settings for Universal Login.
To update the settings for Universal Login interactively, use auth0 universal-login update
with no arguments.
To update the settings for Universal Login non-interactively, supply the accent, background and logo through the flags.
Usage
auth0 universal-login update [flags]
Examples
auth0 universal-login update
auth0 ul update --accent "#FF4F40" --background "#2A2E35" --logo "https://example.com/logo.png"
auth0 ul update -a "#FF4F40" -b "#2A2E35" -l "https://example.com/logo.png"
auth0 ul update -a "#FF4F40" -b "#2A2E35" -l "https://example.com/logo.png" --json
Flags
-a, --accent string Accent color.
-b, --background string Page background color
-f, --favicon string URL for the favicon. Must use HTTPS.
-c, --font string URL for the custom font. The URL must point to a font file and not a stylesheet. Must use HTTPS.
--json Output in json format.
-l, --logo string URL for the logo. Must use HTTPS.
Inherited Flags
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
Related Commands
- auth0 universal-login customize - Customize the Universal Login experience
- auth0 universal-login prompts - Manage custom text for prompts
- auth0 universal-login show - Display the custom branding settings for Universal Login
- auth0 universal-login templates - Manage custom Universal Login templates
- auth0 universal-login update - Update the custom branding settings for Universal Login