提交 2f91b253 编写于 作者: C Collin Grimm 提交者: GitHub

Fix #20897

 Test if git username and password are entered before pushing commit
上级 5ff4227c
......@@ -122,8 +122,8 @@
<section id="main">
<p id="host"></p>
<form id="form">
<p><input type="text" id="username" placeholder="Username"/></p>
<p><input type="password" id="password" placeholder="Password"/></p>
<p><input type="text" id="username" placeholder="Username" required/></p>
<p><input type="password" id="password" placeholder="Password" required/></p>
<p id="buttons">
<input id="ok" type="submit" value="OK" />
<input id="cancel" type="button" value="Cancel" />
......@@ -135,4 +135,4 @@
</footer>
</section>
</body>
</html>
\ No newline at end of file
</html>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册