mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-19 11:14:06 +00:00
Fix password update sending name and email to satisfy ProfileRequest validation
This commit is contained in:
@@ -97,6 +97,8 @@ async function updatePassword() {
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
await userStore.updateCurrentUser({
|
await userStore.updateCurrentUser({
|
||||||
|
name: userStore.currentUser.name,
|
||||||
|
email: userStore.currentUser.email,
|
||||||
password: form.password,
|
password: form.password,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user