Clean up password forms.

This commit is contained in:
Brian Cao 2022-12-26 12:34:23 -08:00
parent 6cf6a97b4d
commit 4451fc5982
10 changed files with 69 additions and 238 deletions

View file

@ -7,7 +7,7 @@ import LanguageSetting from './LanguageSetting';
import styles from './ProfileSettings.module.css';
import ThemeSetting from './ThemeSetting';
export default function ProfileSettings() {
export default function ProfileDetails() {
const { user } = useUser();
if (!user) {