Browse Source

更新 'templates/login.html'

miacheng913 3 years ago
parent
commit
4d45343dcb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      templates/login.html

+ 1 - 1
templates/login.html

@@ -16,6 +16,6 @@
       <label for="exampleInputPassword1" class="form-label">Password</label>
       <input type="password" class="form-control" id="password" name="password"  placeholder="請輸入密碼">
     </div>
-    <button type="submit" class="btn btn-primary" id="btn_login">Login</button>
+    <button type="button" class="btn btn-primary" id="btn_login">Login</button>
 </form>
 {% endblock %}