fix: pass password to updateEmail
This commit is contained in:
parent
ddf9a0ddea
commit
3502732e76
|
@ -226,6 +226,7 @@ const ChangeEmailForm = ({
|
|||
id: "",
|
||||
values: {
|
||||
email: data.email.toString(),
|
||||
password: data.password.toString(),
|
||||
},
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue