changes
This commit is contained in:
@@ -160,7 +160,7 @@ export default {
|
||||
});
|
||||
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);
|
||||
let rs = await this.$patchapi("user", user, undefined, false);
|
||||
if (rs !== "error") {
|
||||
this.currpass = undefined;
|
||||
this.password = undefined;
|
||||
|
||||
Reference in New Issue
Block a user