Notification Settings
Review and update your notification delivery settings below.
{% if error %}
{{ error }}
{% endif %}
{% if message %}
{{ message }}
{% endif %}
| Name | {{ full_name or "" }} |
| Home Site | {{ home_site or "" }} |
| Email | {{ email or "" }} |
| SMS | {{ sms or "" }} |
{% if token_status == "ready" %}
{% endif %}
{% endblock %}