{{ msg }}
We sent an email to {{ email }}
with an OTP and link to log in.
Once you receive the OTP, enter it below.
{% end %} {% end %} {% if 'recaptcha' in handler.kwargs %} {% import os, gramex.config %} {% set recaptcha_path = os.path.join(gramex.config.variables['GRAMEXPATH'], 'handlers', 'auth.recaptcha.template.html') %} {% module Template(recaptcha_path, kwargs=handler.kwargs) %} {% end %}