diff --git a/public/index.html b/public/index.html index 3575dec..9ec0dc7 100644 --- a/public/index.html +++ b/public/index.html @@ -1,28 +1,34 @@ - - - - + - - + + + - + + + + - - - HACKATHON REGISTRO - - - -
- - - + + + HACKATHON REGISTRO + + + + +
+ + + + \ No newline at end of file diff --git a/src/components/form.vue b/src/components/form.vue index 11d8c7a..9986804 100644 --- a/src/components/form.vue +++ b/src/components/form.vue @@ -227,7 +227,7 @@ export default { noIntegrantes: 1, integrantes: [], cargando: false, - confirmacion: false + confirmacion: false, }; }, methods: { @@ -246,7 +246,7 @@ export default { nombre: "", apellidoPa: "", apellidoMa: "", - correo: "" + correo: "", }); } }, @@ -303,8 +303,8 @@ export default { showCancelButton: true, confirmButtonColor: "#3085d6", cancelButtonColor: "#d33", - confirmButtonText: "Si" - }).then(result => { + confirmButtonText: "Si", + }).then((result) => { if (result.value) { window.location.href = "https://www.acatlan.unam.mx/hackaton/index.html#head"; @@ -323,18 +323,18 @@ export default { apellidoMaLider: this.apellidoMaLider, correoLider: this.correoLider, carreraLider: this.carrera, - integrantes: this.integrantes + integrantes: this.integrantes, }; axios .post(`${config.api}/registro`, data) - .then(async respose => { + .then(async (respose) => { this.cargando = false; console.log(respose.data.msj); await Swal.fire("Has sido registrado", "", "success"); window.location.href = "https://www.acatlan.unam.mx/hackaton/index.html#head"; }) - .catch(async error => { + .catch(async (error) => { this.cargando = false; console.log(error.response.data.msj); await Swal.fire( @@ -343,8 +343,8 @@ export default { "error" ).then((window.location.href = "#")); }); - } - } + }, + }, }; diff --git a/src/components/login.vue b/src/components/login.vue index 2e7d8fb..128f281 100644 --- a/src/components/login.vue +++ b/src/components/login.vue @@ -1,213 +1,217 @@ - - diff --git a/src/view/headerAdmin.vue b/src/view/headerAdmin.vue index d995cd6..7c99b82 100644 --- a/src/view/headerAdmin.vue +++ b/src/view/headerAdmin.vue @@ -1,5 +1,5 @@ @@ -20,8 +19,6 @@ export default {};