Auth0 Deploy-CLI: Switch Between Classic and New Universal Login Experience
Last Updated:
Overview
Solution
In the directory structure inside the file `prompts/prompts.json`:
{
"universal_login_experience": "new"
}
In the YAML structure inside the `tenant.yaml` file:
prompts: universal_login_experience: new
Related References