From 6a979c70a03de98a72507f141b366524f448e42e Mon Sep 17 00:00:00 2001 From: LathanDevers Date: Tue, 4 Aug 2026 16:51:15 +0200 Subject: [PATCH] correct user settings manager (and password reset) --- src/pages/accountsettings/UpdatePasswordPage.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/pages/accountsettings/UpdatePasswordPage.tsx b/src/pages/accountsettings/UpdatePasswordPage.tsx index e86ab99..785ea57 100644 --- a/src/pages/accountsettings/UpdatePasswordPage.tsx +++ b/src/pages/accountsettings/UpdatePasswordPage.tsx @@ -59,9 +59,6 @@ export default function UpdatePasswordPage() { setIsUpdating(false); } }; - - const insetNeu = "shadow-[inset_2px_2px_4px_#c5c5c5,inset_-2px_-2px_4px_#ffffff] dark:shadow-[inset_2px_2px_4px_#121926,inset_-2px_-2px_4px_#2a3850]"; - return (