diff --git a/frontend/src/pages/SettingsPage.jsx b/frontend/src/pages/SettingsPage.jsx index d342977..117e4b2 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 }) { +function Section({ title, children, compact = false }) { return ( -
+
{user?.email} Display Name setName(e.target.value)} required />
- Change Password (leave blank to keep current) -
-