We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c20eb72 commit 9b1de8fCopy full SHA for 9b1de8f
templates/admin/auth/edit.tmpl
@@ -212,7 +212,7 @@
212
<div class="has-tls inline field {{if not .HasTLS}}gt-hidden{{end}}">
213
<div class="ui checkbox">
214
<label><strong>{{.locale.Tr "admin.auths.skip_tls_verify"}}</strong></label>
215
- <input name="skip_verify" type="checkbox" {{if .Source.SkipVerify}}checked{{end}}>
+ <input name="skip_verify" type="checkbox" {{if $cfg.SkipVerify}}checked{{end}}>
216
</div>
217
218
<div class="field">
0 commit comments