Przeglądaj źródła

After Register it redirects you to the login page

master
LeneS 5 lat temu
rodzic
commit
319f3f8a4d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      src/components/user/registerPage.vue

+ 1
- 1
src/components/user/registerPage.vue Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz