fix: new email value

This commit is contained in:
JzoNg 2025-07-14 16:21:08 +08:00
parent eec04ac5bd
commit 4ccfd15dff

View File

@ -189,7 +189,7 @@ const EmailChangeModal = ({ onClose, email, show }: Props) => {
} }
const submitNewEmail = async () => { const submitNewEmail = async () => {
await verifyEmailAddress(email, code, stepToken, () => updateEmail()) await verifyEmailAddress(mail, code, stepToken, () => updateEmail())
} }
return ( return (