Ver código fonte

After Register it redirects you to the login page

master
LeneS 6 anos atrás
pai
commit
319f3f8a4d
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      src/components/user/registerPage.vue

+ 1
- 1
src/components/user/registerPage.vue Ver arquivo

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

Carregando…
Cancelar
Salvar