{% extends "withoutnav_template.html" %} {% from "components/page-footer.html" import page_footer %} {% from "components/form.html" import form_wrapper %} {% block per_page_title %} {% if again %} You need to sign in again {% else %} Sign in {% endif %} {% endblock %} {% block maincolumn_content %} {% if login_gov_enabled %}
You have left to use Login.gov to sign in
We signed you out because you logged in to Notify on another device.
{% else %}We signed you out because you have not used Notify for a while.
{% endif %} {% else %}You can access your account by signing in with one of the options below:
Sign in with Login.govOr:
{% endif %} {% endif %} {% call form_wrapper(autocomplete=True) %} {{ form.email_address(param_extensions={"autocomplete": "email"}) }} {{ form.password(param_extensions={"autocomplete": "current-password"}) }} {{ page_footer("Continue", secondary_link=password_reset_url, secondary_link_text="Forgot your password?") }} {% endcall %}Why are we doing this?
What do I need to do?