Add "remember me" option to login
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-11-29 20:55:32 -05:00
parent dfa8eed12d
commit ddc90da012
3 changed files with 7 additions and 2 deletions

View File

@@ -19,6 +19,9 @@
{{ form.password.label }}
{{ form.password }}
</p>
<p>
{{ form.rememberMe.label}} {{ form.rememberMe }}
</p>
<p>
<button class="btn btn-primary" type="submit">Submit</button>
</p>