Skip to content

Commit

Permalink
馃悰 Fix remember me checkbox
Browse files Browse the repository at this point in the history
Closes #3426
  • Loading branch information
foosel committed Jan 17, 2020
1 parent e1a25a8 commit 89b597a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/octoprint/templates/index.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<input type="password" data-bind="value: login_password" class="input-block-level" placeholder="{{ _('Password')|edq }}">
<span class="pull-right"><small><a href="https://faq.octoprint.org/forgotten-password" id="login-forgotpassword" target="_blank" tabindex="-1">{{ _('Forgot password?') }}</a></small></span>
<label class="checkbox">
<input type="checkbox" data-bind="value: login_remember"> {{ _('Remember me') }}
<input type="checkbox" data-bind="checked: login_remember"> {{ _('Remember me') }}
</label>
<button class="btn btn-block btn-large btn-primary" type="submit" data-bind="click: login">{{ _('Log in') }}</button>
</form>
Expand Down

0 comments on commit 89b597a

Please sign in to comment.