{% extends "account/auth_base.html" %} {% block subtitle_block %}{% endblock %} {% block content %}
{% if 'password' in login_methods %}
{% endif %} {% if 'google' in login_methods or 'apple' in login_methods or 'passkey' in login_methods %} {% if 'password' in login_methods %}
or continue with
{% endif %}
{% if 'google' in login_methods %} {% endif %} {% if 'apple' in login_methods %} {% endif %} {% if 'passkey' in login_methods %} {% endif %}
{% endif %}
{% if 'password' in login_methods %}

Reset Your Password

{% if forgot_channel == "sms" %}

We'll text you a 6-digit reset code.

{% else %}

Choose how you'd like to receive your reset instructions.

{% endif %}

Enter Reset Code

We sent a 6-digit code to

Set Your New Password

Choose a strong password for your account.

{% endif %} {% if 'sms' in login_methods %}

Sign in with a code

We'll text a 6-digit code to your phone.

{% endif %} {% if 'magic' in login_methods %}

Email Me a Login Link

We'll send a one-click login link to your inbox.

{% endif %} {% endblock %} {% block switcher %}
Don't have an account? Create one
{% endblock %} {% block page_script %} {% endblock %}