fix: new email value

pull/22409/head
JzoNg 7 months ago
parent eec04ac5bd
commit 4ccfd15dff

@ -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 (

Loading…
Cancel
Save