File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 113113 <input id="attribute_avatar" name="attribute_avatar" value="{{$cfg.AttributeAvatar}}" placeholder="jpegPhoto">
114114 </div>
115115
116- <div class="inline field">
117- <div class="ui checkbox">
118- <label for="ssh_keys_are_verified"><strong>{{ctx.Locale.Tr "admin.auths.ssh_keys_are_verified"}}</strong></label>
119- <input id="ssh_keys_are_verified" name="ssh_keys_are_verified" type="checkbox" {{if $cfg.SSHKeysAreVerified}}checked{{end}}>
120- </div>
121- </div>
116+ <div class="inline field">
117+ <div class="ui checkbox">
118+ <label for="ssh_keys_are_verified"><strong>{{ctx.Locale.Tr "admin.auths.ssh_keys_are_verified"}}</strong></label>
119+ <input id="ssh_keys_are_verified" name="ssh_keys_are_verified" type="checkbox" {{if $cfg.SSHKeysAreVerified}}checked{{end}}>
120+ </div>
121+ </div>
122122 <!-- ldap group begin -->
123123 <div class="inline field">
124124 <div class="ui checkbox">
Original file line number Diff line number Diff line change 8080 <input id="attribute_avatar" name="attribute_avatar" value="{{.attribute_avatar}}" placeholder="jpegPhoto">
8181 </div>
8282
83- <div class="inline field">
84- <div class="ui checkbox">
85- <label for="ssh_keys_are_verified"><strong>{{ctx.Locale.Tr "admin.auths.ssh_keys_are_verified"}}</strong></label>
86- <input id="ssh_keys_are_verified" name="ssh_keys_are_verified" type="checkbox" {{if .ssh_keys_are_verified}}checked{{end}}>
87- </div>
88- </div>
83+ <div class="inline field">
84+ <div class="ui checkbox">
85+ <label for="ssh_keys_are_verified"><strong>{{ctx.Locale.Tr "admin.auths.ssh_keys_are_verified"}}</strong></label>
86+ <input id="ssh_keys_are_verified" name="ssh_keys_are_verified" type="checkbox" {{if .ssh_keys_are_verified}}checked{{end}}>
87+ </div>
88+ </div>
8989 <!-- ldap group begin -->
9090 <div class="inline field">
9191 <div class="ui checkbox">
You can’t perform that action at this time.
0 commit comments