Created
August 25, 2022 16:14
-
-
Save Tanver-Hasan/c203eda4d01b1f50ecc102cc62f103f0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl --location --request PUT 'https://[Auth0 Domain]/api/v2/prompts/login/custom-text/en' \ | |
--header 'Authorization: Bearer {Management API token}' \ | |
--header 'Content-Type: application/json' \ | |
--data-raw '{ | |
"login": { | |
"usernamePlaceholder": "Enter username or email address", | |
"passwordPlaceholder":"Enter password" | |
} | |
}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://auth0.com/docs/customize/universal-login-pages/customize-login-text-prompts