Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinmera committed Apr 23, 2019
1 parent d6c3247 commit 5e56fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h1>Log In to Lichat</h1>
<input type="text" name="username" maxlength="32" placeholder="My Name" required autofocus />
</div>
<div><label>Password<span style="font-size:0.5em;display:block">Only required for registered users</span></label>
<input type="password" name="password" placeholder="" />
<input type="password" name="password" placeholder="(optional)" />
</div>
<div><label>Server Hostname</label>
<input type="text" name="hostname" value="localhost" required />
Expand Down

0 comments on commit 5e56fdd

Please sign in to comment.