Kaynağa Gözat

Removed post method on login page

master
LeneS 5 yıl önce
ebeveyn
işleme
7d173798af
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 2
    1
      src/components/user/loginPage.vue

+ 2
- 1
src/components/user/loginPage.vue Dosyayı Görüntüle

42
       </div>
42
       </div>
43
     </form>
43
     </form>
44
 
44
 
45
-    <form id="forgot" method="post">
45
+    <form id="forgot">
46
       <div class="form">
46
       <div class="form">
47
         <h5>Trouble signing in?</h5>
47
         <h5>Trouble signing in?</h5>
48
         <div>
48
         <div>
91
           password: this.password,
91
           password: this.password,
92
         })
92
         })
93
         .then(response => console.log(response.data));
93
         .then(response => console.log(response.data));
94
+      this.$router.push('/about/us');
94
     },
95
     },
95
     togglePassword() {
96
     togglePassword() {
96
       this.showPassword = true;
97
       this.showPassword = true;

Loading…
İptal
Kaydet