changes
This commit is contained in:
@@ -48,7 +48,7 @@ async function changePassword() {
|
||||
|
||||
let rs0 = await proxy.$insertapi("gethash", { data: { text: password.value }, notify: false });
|
||||
user.password = rs0.rows[0];
|
||||
let rs = await proxy.$patchapi("user", user, undefined, false);
|
||||
let rs = await proxy.$patchapi("user", { data: user, notify: false });
|
||||
|
||||
if (rs !== "error") {
|
||||
currpass.value = undefined;
|
||||
|
||||
Reference in New Issue
Block a user