Procházet zdrojové kódy

Removed post method on login page

master
LeneS před 5 roky
rodič
revize
7d173798af
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2
    1
      src/components/user/loginPage.vue

+ 2
- 1
src/components/user/loginPage.vue Zobrazit soubor

@@ -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;

Načítá se…
Zrušit
Uložit