mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Merge pull request #1964 from C-Otto/fix-remember-login
fix: remember login
This commit is contained in:
commit
233b7cc7be
1 changed files with 2 additions and 2 deletions
|
|
@ -22,8 +22,8 @@
|
|||
</div>
|
||||
<div class="label-element-combo">
|
||||
<div class="checkbox">
|
||||
<label for="user_expiry">
|
||||
<input name="user_expiry" type="checkbox" checked><%= t("login.user_no_expiry") %></input>
|
||||
<label for="user_noexpiry">
|
||||
<input name="user_noexpiry" type="checkbox" checked><%= t("login.user_no_expiry") %></input>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue