diff --git a/app/templates/views/service-settings.html b/app/templates/views/service-settings.html index b13e90144..96e274c68 100644 --- a/app/templates/views/service-settings.html +++ b/app/templates/views/service-settings.html @@ -30,22 +30,6 @@ }} {% endcall %} - {% call row() %} - {{ text_field('Sign-in method') }} - {{ text_field( - 'Email link or text message code' - if 'email_auth' in current_service.permissions - else 'Text message code' - ) }} - {{ edit_field( - 'Change', - url_for('.service_set_auth_type', service_id=current_service.id), - permissions=['manage_service'], - suffix='sign-in method', - ) - }} - {% endcall %} - {% call row() %} {{ text_field('Send text messages') }} {{ boolean_field('sms' in current_service.permissions) }} diff --git a/app/templates/views/user-profile.html b/app/templates/views/user-profile.html index 88f2f1668..e22235fce 100644 --- a/app/templates/views/user-profile.html +++ b/app/templates/views/user-profile.html @@ -65,4 +65,8 @@ {% endcall %} +

Sign-in method

+

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.

+ {% endblock %}