chanjunkai 5 年之前
父节点
当前提交
3ada2bae10
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      templates/login.html

+ 2 - 0
templates/login.html

@@ -19,7 +19,9 @@
     <input id="user_text" type="text" placeholder="Account"/>
     <input id="password_text" type="text" placeholder="Password"/>
     <input type="button" id="login_button" value="Connect" onclick="Login();return false;"/>
+    <!--
     <p><a href="javascript:void(0);">Forgot your password?</a></p>
+    -->
 </div>
 
 <script type="text/javascript">