mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-15 09:14:08 +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 {
|
||||
await userStore.updateCurrentUser({
|
||||
name: userStore.currentUser.name,
|
||||
email: userStore.currentUser.email,
|
||||
password: form.password,
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user