Add name to stay_logged_in checkbox (#1661)

The attribute was dropped in 9942a2d.
This commit is contained in:
Dmitri Iouchtchenko 2021-11-03 16:47:35 -04:00 committed by GitHub
parent ea63246a12
commit dc1954cb05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,8 @@
<div class="custom-control custom-checkbox">
<input type="checkbox"
class="form-check-input custom-control-input"
id="stay_logged_in">
id="stay_logged_in"
name="stay_logged_in">
<label class="form-check-label custom-control-label"
for="stay_logged_in">
{{ $__t('Stay logged in permanently') }}