JannekeDL před 5 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,7 +254,7 @@ export default {
254 254
     },
255 255
     SubmitData() {
256 256
       this.saveAgency(this.registerAgency);
257
-      this.$router.push('/registerAgency/');
257
+      this.$router.push('/user/login');
258 258
     },
259 259
     Close() {
260 260
       this.$router.push('/registerAgency/');

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