Skip to content

Commit

Permalink
MDL-72927 core: Make Remember username checkbox look like a checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
junpataleta committed Nov 22, 2021
1 parent 7013bda commit a44d41b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/templates/loginform.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
</div>
{{#rememberusername}}
<div class="login-form-rememberusername form-group">
<div class="custom-control custom-radio">
<div class="custom-control custom-checkbox">
<input type="checkbox" name="rememberusername" id="rememberusername" class="custom-control-input" value="1"
{{#username}}checked{{/username}} />
<label class="custom-control-label" for="rememberusername">{{#str}} rememberusername, admin {{/str}}</label>
Expand Down

0 comments on commit a44d41b

Please sign in to comment.