diff --git a/app/main/views/service_settings.py b/app/main/views/service_settings.py index a006845a8..628ac59e5 100644 --- a/app/main/views/service_settings.py +++ b/app/main/views/service_settings.py @@ -650,7 +650,6 @@ def service_set_channel(service_id, channel): def service_set_auth_type(service_id): return render_template( "views/service-settings/set-auth-type.html", - login_gov_enabled=True, ) diff --git a/app/templates/views/service-settings/set-auth-type.html b/app/templates/views/service-settings/set-auth-type.html index 2fa545a4c..2fd5259f8 100644 --- a/app/templates/views/service-settings/set-auth-type.html +++ b/app/templates/views/service-settings/set-auth-type.html @@ -16,33 +16,9 @@
Your username, password, and multi-factor authentication options are handled by Login.gov.
-To make changes, head to Login.gov and sign-in with your credentials.
-Any changes made to your Login.gov account will automatically be synced with Notify.gov.
- {% elif 'email_auth' in current_service.permissions and not login_gov_enabled %} -- Email link or text message code -
-- Your team members can sign in with either a text message code - or an email link. -
-- You can set the sign-in method for individual team members. -
- {% else %} -- Text message code -
-- Your team members sign in with a text message code. -
-- Contact us if signing in with a text message is a problem for your team. -
- {% endif %} +Your username, password, and multi-factor authentication options are handled by Login.gov.
+To make changes, head to Login.gov and sign-in with your credentials.
+Any changes made to your Login.gov account will automatically be synced with Notify.gov.