diff --git a/src/app/settings/page.tsx b/src/app/settings/page.tsx index 69f88a2..4e82119 100644 --- a/src/app/settings/page.tsx +++ b/src/app/settings/page.tsx @@ -21,6 +21,7 @@ export default function UserPage() { const [errors] = useState({}); const pathname = usePathname(); const [waitingSave, setWaitingSave] = useState(false); + const [showEmail, setShowEmail] = useState(false); useEffect(() => { loadUser(); @@ -127,15 +128,20 @@ export default function UserPage() { onValueChange={setName} /> - +

Email

+ {showEmail && ( + + )} +

Bio