Skip to content

Commit f6dab64

Browse files
GiteaBotyp05327
andauthored
Convert .Source.SkipVerify to $cfg.SkipVerify (#23839) (#23899)
Backport #23839 by @yp05327 `Source` doesn't have `SkipVerify`, it is defined in `cfg` Co-authored-by: yp05327 <[email protected]>
1 parent 847f0bb commit f6dab64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/admin/auth/edit.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
<div class="has-tls inline field {{if not .HasTLS}}gt-hidden{{end}}">
213213
<div class="ui checkbox">
214214
<label><strong>{{.locale.Tr "admin.auths.skip_tls_verify"}}</strong></label>
215-
<input name="skip_verify" type="checkbox" {{if .Source.SkipVerify}}checked{{end}}>
215+
<input name="skip_verify" type="checkbox" {{if $cfg.SkipVerify}}checked{{end}}>
216216
</div>
217217
</div>
218218
<div class="field">

0 commit comments

Comments
 (0)