From 429a456704d6f6e7fcdd54406ce3518f6ebf1156 Mon Sep 17 00:00:00 2001 From: Jonathan Bobel Date: Tue, 12 Mar 2024 13:37:44 -0400 Subject: [PATCH] Updating conditional logic --- app/templates/views/signin.html | 36 ++++++++++++++++++--------------- 1 file changed, 20 insertions(+), 16 deletions(-) diff --git a/app/templates/views/signin.html b/app/templates/views/signin.html index e3e478a91..6b4952b0c 100644 --- a/app/templates/views/signin.html +++ b/app/templates/views/signin.html @@ -12,6 +12,7 @@ {% block maincolumn_content %} +{% if login_gov_enabled %}
@@ -22,6 +23,7 @@
+{% endif %}
{% if again %} @@ -50,22 +52,24 @@ {{ page_footer("Continue", secondary_link=password_reset_url, secondary_link_text="Forgot your password?") }} {% endcall %}
-
-

Notify.gov is changing the sign-in experience to Login.gov effective
April 16, 2024

-

Why are we doing this?

-
    -
  • Enhanced security: Login.gov is really secure and trustworthy
  • -
  • One single source for signing in: You can use Login.gov for other services within the federal government
  • -
  • 2FA flexibility: Login.gov supports multiple methods for users to verify their identity.
  • -
-

What do I need to do?

-
    -
  • If you have a Login.gov account, start using it to sign in to Notify today.
  • -
  • If you don’t have a Login.gov account, you must create one by April 16, 2024 to continue to access Notify.
  • -
-
- Create Login.gov account + {% if login_gov_enabled %} +
+

Notify.gov is changing the sign-in experience to Login.gov effective
April 16, 2024

+

Why are we doing this?

+
    +
  • Enhanced security: Login.gov is really secure and trustworthy
  • +
  • One single source for signing in: You can use Login.gov for other services within the federal government
  • +
  • 2FA flexibility: Login.gov supports multiple methods for users to verify their identity.
  • +
+

What do I need to do?

+
    +
  • If you have a Login.gov account, start using it to sign in to Notify today.
  • +
  • If you don’t have a Login.gov account, you must create one by April 16, 2024 to continue to access Notify.
  • +
+
+ Create Login.gov account +
-
+{% endif %} {% endblock %}