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