feat: Allow devices to be removed from the account panel

This commit is contained in:
Ginger
2026-04-30 11:32:30 -04:00
parent ee73a2b36d
commit 6f17868525
9 changed files with 172 additions and 41 deletions
@@ -21,5 +21,10 @@
<p>
Last active: {{ last_active }}
</p>
{% if show_actions %}
<p>
<a href="device/{{ device_id }}/remove">Remove</a>
</p>
{% endif %}
</div>
</div>