This commit is contained in:
2021-06-22 20:45:25 -05:00
parent 14f9937d93
commit 600358d640
9 changed files with 628 additions and 83 deletions

View File

@@ -87,10 +87,11 @@ export default {
this.user.email = "";
})
.catch((e) => {
this.$notify({
type: "danger",
icon: "tim-icons icon-alert-circle-exc",
message: "User already exists :(",
message: "No esta permitido la creaciøn de usuarios, o ya existe !!!",
});
});
},