fix: new email value

This commit is contained in:
JzoNg 2025-07-14 16:21:08 +08:00
parent eec04ac5bd
commit 4ccfd15dff
1 changed files with 1 additions and 1 deletions

View File

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