Commented Out Remember me as it is not feature complete yet

This commit is contained in:
johnnyq 2023-11-17 14:21:41 -05:00
parent b1c60fa4d8
commit 3781026c79
1 changed files with 2 additions and 0 deletions

View File

@ -310,12 +310,14 @@ if (isset($_POST['login'])) {
</div>
</div>
</div>
<!--
<div class="form-group mb-3">
<div class="custom-control custom-checkbox">
<input type="checkbox" class="custom-control-input" id="remember_me">
<label class="custom-control-label" for="remember_me">Remember Me</label>
</div>
</div>
!-->
<?php if (isset($token_field)) { echo $token_field; } ?>
<button type="submit" class="btn btn-primary btn-block mb-3" name="login">Sign In</button>