Change Log in to Company name to continue to app name

Our Universal login says “Log in to Japan Rabbit to continue to Japan Rabbit.” We’d like to simplify this to “Log in to Japan Rabbit”

This post says you were working on it 3 years ago. Were you able to deploy this feature yet?

Hi @maxhodges ,

This feature is available now. To update the description of the login screen, please try the endpoint

PUT https://{{auth0_domain}}/api/v2/prompts/login/custom-text/en

{
    "login":{
        "description":"Log in to ${companyName}"
    }

}

Ref: Customize New Universal Login Text Prompts

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.