This commit is contained in:
Viet An
2026-05-21 08:50:16 +07:00
parent 087b05a0b8
commit a52c33706a
20 changed files with 86 additions and 106 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ export default {
let rs1 = await this.$updateapi("user", user);
if (rs1 !== "error") this.$emit("close");
else {
this.$snackbar("Có lỗi xảy ra. Hãy thử lại một lần nữa", undefined, "Error");
this.$snackbar("Có lỗi xảy ra. Hãy thử lại một lần nữa", "Error");
}
},
checkPassword() {