Commit 46e33392 by Matthew Mongeau

Use 'true' for remember value.

parent 0b3da68f
......@@ -14,7 +14,7 @@
<label>Password</label>
<input name="password" type="password" placeholder="Password">
<label class="remember-me">
<input name="remember" type="checkbox">
<input name="remember" type="checkbox" value="true">
Remember me
</label>
<div class="submit">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment