fix: new email value

pull/22401/head
JzoNg 10 months ago committed by Yansong Zhang
parent 08bf483be7
commit f06534f4b9

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