diff --git a/frontend-vue/src/components/dialogs/SettingsDialog.vue b/frontend-vue/src/components/dialogs/SettingsDialog.vue index a2bb6db..7f11684 100644 --- a/frontend-vue/src/components/dialogs/SettingsDialog.vue +++ b/frontend-vue/src/components/dialogs/SettingsDialog.vue @@ -145,6 +145,37 @@ +
+

Account

+ +
+ +
+ {{ currentServerUrl || 'Default' }} +
+
+ +
+ + Logout + + + + Reset All Data + +
+
+
+ + +
+
+

Reset All Data

+

This will permanently delete all local data including messages, settings, and authentication. This cannot be undone.

+
+ + Cancel + + + Reset All Data + +
+
+