mirror of
https://github.com/grocy/grocy.git
synced 2025-04-30 10:05:45 +00:00
Add name to stay_logged_in checkbox (#1661)
The attribute was dropped in 9942a2d.
This commit is contained in:
parent
ea63246a12
commit
dc1954cb05
@ -39,7 +39,8 @@
|
|||||||
<div class="custom-control custom-checkbox">
|
<div class="custom-control custom-checkbox">
|
||||||
<input type="checkbox"
|
<input type="checkbox"
|
||||||
class="form-check-input custom-control-input"
|
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"
|
<label class="form-check-label custom-control-label"
|
||||||
for="stay_logged_in">
|
for="stay_logged_in">
|
||||||
{{ $__t('Stay logged in permanently') }}
|
{{ $__t('Stay logged in permanently') }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user