User and password are mandatory. re #76
This commit is contained in:
parent
89c0ab34c6
commit
484b889847
|
@ -88,8 +88,8 @@
|
|||
<body>
|
||||
<form id="loginForm">
|
||||
<div id="block">
|
||||
<input id="user" type="text" placeholder="Username" />
|
||||
<input id="password" type="password" placeholder="Password" />
|
||||
<input id="user" type="text" placeholder="Username" required="required" />
|
||||
<input id="password" type="password" placeholder="Password" required="required" />
|
||||
<input id="submit" type="submit" value="→" />
|
||||
</div>
|
||||
</form>
|
||||
|
|
Loading…
Reference in a new issue