Просмотр исходного кода

Removed post method on login page

master
LeneS 5 лет назад
Родитель
Сommit
7d173798af
1 измененных файлов: 2 добавлений и 1 удалений
  1. 2
    1
      src/components/user/loginPage.vue

+ 2
- 1
src/components/user/loginPage.vue Просмотреть файл

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

Загрузка…
Отмена
Сохранить