Hi @lukas.selichar,
Welcome to the Community!
Currently, the only way (that I know of) to customize the text in the New Universal Login is to use the Management API’s prompt endpoint: Customize Text for the New Universal Login Experience
There are a few variables that you can pass:
Variable |
Description |
<%= ${clientName} %> |
Auth0 Application Name |
<%= YOUR_CONNECTION_NAME %> |
Connection Name (e.g. Google) |
<%= ${companyName} %> |
Auth0 Tenant name |
<%= ${userName} %> |
Name of the logged user |
<%= ${email} %> |
Email of the logged user |
<%= ${appName} %> |
Name of the custom Guardian Push application |
I believe you could do this by using the Classic Universal Login: Classic Universal Login Experience
Because the Classic UL is client-side, you can alter the template and JS to customize the experience.