Hi,
I was using the custom text api but somehow the customizations are not showing.
I’ve used this:
PUT: https://{my-custom-domain}/api/v2/prompts/login/custom-text/en
With:
{ “login”: { “description”: “Log in here to continue to ${clientName}”} }
I get a 200 response and when I use GET I can see that the information is saved, but I don’t see this change reflected on the login screen.
Is there any other setting I have to activate before the text customizations start getting picked up?