I’d like to use the description
text on the login-password
prompt, but the text I put into that field doesn’t show on the prompt even though the docs say it is available. I assume this empty <p>
is where it is supposed to go. Is this a bug?
Thanks!
https://auth0.com/docs/brand-and-customize/text-customization-new-universal-login/prompt-login-password
Hi @bscarlavai ,
Welcome to the Auth0 Community!
I understand that you’re trying to customize the login-password
text prompt for the New Universal Login page.
First, could you please clarify the command you used to make your request to change the description
in the login-password
text prompt?
And, could you please try this example and see if you achieve your desired behavior?
Code snippet:
curl --request PUT \
--url 'https://YOUR_DOMAIN/api/v2/prompts/login/custom-text/en' \
--header 'authorization: Bearer MGMT_API_ACCESS_TOKEN' \
--header 'content-type: application/json' \
--data '{ "login": { "description": "YOUR_DESCRIPTION_HERE" } }'
Looking forward to your response.
Thank you.
system
Closed
December 6, 2021, 11:45pm
4
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.