JannekeDL před 6 roky
rodič
revize
533b602c7f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      src/components/user/registerAgencySection.vue

+ 1
- 1
src/components/user/registerAgencySection.vue Zobrazit soubor

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/');

Načítá se…
Zrušit
Uložit