{% extends "withnav_template.html" %} {% from "components/textbox.html" import textbox %} {% from "components/page-footer.html" import page_footer %} {% block service_page_title %} Text message sender {% endblock %} {% block maincolumn_content %}
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.
If signing in with a text message is a problem for your team, please contact us.
{% endif %} {{ page_footer( back_link=url_for('.service_settings', service_id=current_service.id), back_link_text='Back to settings' ) }}