Sfoglia il codice sorgente

After Register it redirects you to the login page

master
LeneS 5 anni fa
parent
commit
319f3f8a4d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      src/components/user/registerPage.vue

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

@@ -203,7 +203,7 @@ export default {
203 203
     SubmitData() {
204 204
       this.saveIndividual(this.registerIndividual);
205 205
 
206
-      this.$router.push('/registerIndividual/');
206
+      this.$router.push('/user/login');
207 207
     },
208 208
     Close() {
209 209
       this.$router.push('/registerIndividual/');

Loading…
Annulla
Salva