Hello!
I’m trying to change the value of “prompt:signup:email-in-use” for a login experience and leave the rest of the page the same. I read these instructions and am using the CLI to change the custom template. However, I can’t figure out how to do it! My current template looks like this:
<!DOCTYPE html>
<html>
<head>
{%- auth0:head -%}
</head>
<body>
{% assign prompt:signup:email-in-use = "New string" %}
<div>{%- auth0:widget -%}</div>
</body>
</html>