I am trying to add in some custom UI to the universal login and basically following this tutorial. Custom Universal Login. I am using Auth0 CLI for this and now if i try to go back to default Universal UI from the dashboard, I can’t. It simply won’t reset back to default page and stays on the template I was using.
Hi @n.huzaifa,
Welcome to the Auth0 Community!
Can you please try passing this template:
<!DOCTYPE html><html>
<head>
{%- auth0:head -%}
</head>
<body>
{%- auth0:widget -%}
</body></html>
Let me know if that works for you, thanks!
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.