Sfoglia il codice sorgente

Registering agency to redirect you to login page

master
LeneS 6 anni fa
parent
commit
7952c65517
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      src/components/user/registerAgencySection.vue

+ 1
- 1
src/components/user/registerAgencySection.vue Vedi File

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…
Annulla
Salva