mirror of
https://github.com/langgenius/dify.git
synced 2026-08-28 21:36:51 +08:00
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 () => {
|
const submitNewEmail = async () => {
|
||||||
await verifyEmailAddress(email, code, stepToken, () => updateEmail())
|
await verifyEmailAddress(mail, code, stepToken, () => updateEmail())
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user