JannekeDL hace 5 años
padre
commit
533b602c7f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/components/user/registerAgencySection.vue

+ 1
- 1
src/components/user/registerAgencySection.vue Ver fichero

254
     },
254
     },
255
     SubmitData() {
255
     SubmitData() {
256
       this.saveAgency(this.registerAgency);
256
       this.saveAgency(this.registerAgency);
257
-      this.$router.push('/registerAgency/');
257
+      this.$router.push('/user/login');
258
     },
258
     },
259
     Close() {
259
     Close() {
260
       this.$router.push('/registerAgency/');
260
       this.$router.push('/registerAgency/');

Loading…
Cancelar
Guardar