mirror of https://github.com/langgenius/dify.git
fix: new email value
This commit is contained in:
parent
eec04ac5bd
commit
4ccfd15dff
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Reference in New Issue