Skip to content

Commit

Permalink
Issue #527 - Fix "remember me" on login page
Browse files Browse the repository at this point in the history
  • Loading branch information
craigk5n committed Jan 29, 2025
1 parent cbc8f46 commit 8e9c5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion login.php
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
<input type="password" name="password" id="password" class="form-control">
</div>
<div class="form-group form-check row">
<input type="checkbox" class="form-check-input" id="remember-me">
<input type="checkbox" class="form-check-input" id="remember-me" name="remember" value="yes">
<label class="form-check-label" for="exampleCheck1">Remember me</label>
</div>
<div class="form-group row justify-content-md-center">
Expand Down

0 comments on commit 8e9c5ef

Please sign in to comment.