From: PhiTux
Date: Fri, 3 Oct 2025 12:49:24 +0000 (+0200)
Subject: css changes on login && fix on account-delete
X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=bd369acc3556aa13b611cf64eafeb0d50954d894;p=DailyTxT.git
css changes on login && fix on account-delete
---
diff --git a/frontend/src/routes/(authed)/+layout.svelte b/frontend/src/routes/(authed)/+layout.svelte
index 9ac51a0..fdda7db 100644
--- a/frontend/src/routes/(authed)/+layout.svelte
+++ b/frontend/src/routes/(authed)/+layout.svelte
@@ -270,6 +270,7 @@
{ id: 'templates', labelKey: 'settings.templates' },
{ id: 'data', labelKey: 'settings.data' },
{ id: 'security', labelKey: 'settings.security' },
+ { id: 'account', labelKey: 'settings.account' },
{ id: 'about', labelKey: 'settings.about' }
];
@@ -2207,7 +2208,11 @@