Hi I wanted to edit the universal login template to customise a few of the fields.
In order to do that I followed the below steps:
- Create a custom domain and successfully verified it
2.Used the api/management/v2/branding/put-universal-login and created a template. The call was successful.
3.However, the application still points to the default universal login and directs to default domain not the custom domain.
What are the changes I need to make to allow the application to point to the custom domain/allow the application to use the template I had created?