content changes to reflect Login.gov

This commit is contained in:
Beverly Nguyen
2024-04-18 16:06:05 -07:00
parent e410fa3d20
commit e176af10c8
2 changed files with 4 additions and 16 deletions

View File

@@ -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) }}

View File

@@ -65,4 +65,8 @@
{% endcall %}
</div>
<h2>Sign-in method</h2>
<p>Your username, password, and multi-factor authentication options are handled by Login.gov. To make changes, head to <a href="https://secure.login.gov/">Login.gov</a>
and sign-in with your credentials. Any changes made to your Login.gov account will automatically be synced with Notify.gov.</p>
{% endblock %}