Hi,
I’ve customized my reset_email using a liquid template and I’m trying to add to it a link to the login page, I tried to use {{ application.initiate_login_uri }}
but got no luck. I also used {% debug %}
to find a variable I could use for that and nothing rang the bell. Do you know how can I add a link to the login page?
My goal is to make it easier for users to request a new reset_email link in case the current one is expired.