changes
This commit is contained in:
@@ -110,7 +110,7 @@ export default {
|
||||
});
|
||||
let rs = await this.$insertapi("gethash", { data: { text: this.password } });
|
||||
user.password = rs.rows[0];
|
||||
let rs1 = await this.$updateapi("user", user);
|
||||
let rs1 = await this.$patchapi("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", "Error");
|
||||
|
||||
Reference in New Issue
Block a user