diff --git a/frontend/src/pages/SettingsPage.jsx b/frontend/src/pages/SettingsPage.jsx index 117e4b2..21036fa 100644 --- a/frontend/src/pages/SettingsPage.jsx +++ b/frontend/src/pages/SettingsPage.jsx @@ -4,10 +4,10 @@ import { useAuth } from '../context/AuthContext' import { useTheme } from '../context/ThemeContext' import api from '../api/client' -function Section({ title, children, compact = false }) { +function Section({ title, children }) { return ( -
+
{user?.email} Display Name setName(e.target.value)} required />
+ Change Password (leave blank to keep current) +
+