Got following code in my new universal login template →
    {% if user.last_password_reset === undefined and prompt.name === "reset-password" and prompt.screen.name === "reset-password" %} 
    <div> ...render set up initial pw flow </div>
    {% else %}
        {%- auth0:widget -%}
    {% endif %}
This code was working as expected last Friday. Today I logged in and for I don’t know what reason, I cannot obtain {{user}}
Do you have any ideas why it is not working but was before?
Should I assume {{user}} will be no longer avail for “reset-password” prompt/screen name (It is surfaced after user obtain change password email)?
