mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Commented Out Remember me as it is not feature complete yet
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user