Skip to content

Commit 9b1de8f

Browse files
committed
fix
1 parent c20eb72 commit 9b1de8f

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)