改进 记住登录

This commit is contained in:
iVampireSP.com 2023-03-01 12:10:51 +08:00
parent e23c0e7e9f
commit 66cc495f65
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -56,14 +56,7 @@ class="form-control rounded-right" required autocomplete="new-password"
</div> </div>
<div id="remember-form"> <div id="remember-form">
{{-- <div class="form-group mt-2">--}} <input class="form-check-input" type="hidden" id="remember" name="remember" value="1">
{{-- <div class="form-check">--}}
{{-- <input class="form-check-input" type="checkbox" id="remember" checked>--}}
{{-- <label class="form-check-label" for="remember">--}}
{{-- 记住登录--}}
{{-- </label>--}}
{{-- </div>--}}
{{-- </div>--}}
</div> </div>
<small id="tip" class="d-block"></small> <small id="tip" class="d-block"></small>