{% extends "withnav_template.html" %} {% from "components/page-header.html" import page_header %} {% from "components/page-footer.html" import page_footer %} {% from "components/components/back-link/macro.njk" import usaBackLink %} {% block service_page_title %} Sign-in method {% endblock %} {% block backLink %} {{ usaBackLink({ "href": url_for('main.service_settings', service_id=current_service.id) }) }} {% endblock %} {% block maincolumn_content %}
{{ page_header('Sign-in method') }} {% if 'email_auth' in current_service.permissions %}

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 %}
{% endblock %}