Skip to content

Instantly share code, notes, and snippets.

@Tanver-Hasan
Created August 25, 2022 16:14
Show Gist options
  • Save Tanver-Hasan/c203eda4d01b1f50ecc102cc62f103f0 to your computer and use it in GitHub Desktop.
Save Tanver-Hasan/c203eda4d01b1f50ecc102cc62f103f0 to your computer and use it in GitHub Desktop.
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"
}
}'
@Tanver-Hasan
Copy link
Author

@Tanver-Hasan
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment