mirror of
https://github.com/langgenius/dify.git
synced 2026-03-09 17:36:44 +08:00
fix: new email value
This commit is contained in:
@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user