fix: pass password to updateEmail

This commit is contained in:
Derrick Hammer 2024-03-19 08:59:10 -04:00
parent ddf9a0ddea
commit 3502732e76
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

@ -226,6 +226,7 @@ const ChangeEmailForm = ({
id: "",
values: {
email: data.email.toString(),
password: data.password.toString(),
},
});
},