Example#
{{ if auth_action == "lost-password" }} <h1>Reset your password</h1>{{ else }} <h1>Log in</h1>{{ /if }}Use it inside custom login templates when one view needs to react to the current auth screen.
Variables
{{ auth_action }} prints the current authentication action.
{{ if auth_action == "lost-password" }} <h1>Reset your password</h1>{{ else }} <h1>Log in</h1>{{ /if }}Use it inside custom login templates when one view needs to react to the current auth screen.