{% extends "_layout.html.j2" %} {%- block title -%} Remove a device {%- endblock -%} {%- block content -%}

Remove a device Back

{% match body %} {% when RemoveDeviceBody::Form { device_card, last_device } %} {{ device_card }}

Do you want to remove this device from your account? It will be signed out immediately.

{% if last_device %}

This is your last device. If you remove it, you will need to use your recovery key to recover your encrypted messages when you log in on a new device.

{% else %}

This may be a destructive action. Make sure you have access to another confirmed device, or your recovery key, to avoid losing access to your encrypted messages.

{% endif %}
{% when RemoveDeviceBody::Success %}

The device has been signed out successfully.

{% endmatch %}
{%- endblock -%}