This commit is contained in:
Viet An
2026-06-04 13:57:27 +07:00
parent 2981d9790a
commit 2a1f85c2af
44 changed files with 99 additions and 102 deletions

View File

@@ -158,7 +158,7 @@ export default {
name: "currpass",
text: "Incorrect password.",
});
let rs0 = await this.$insertapi("gethash", { text: this.password }, undefined, false);
let rs0 = await this.$insertapi("gethash", { data: { text: this.password }, notify: false });
user.password = rs0.rows[0];
let rs = await this.$updateapi("user", user, undefined, false);
if (rs !== "error") {