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 f2c4cae commit 8d9269fCopy full SHA for 8d9269f
templates/admin/auth/edit.tmpl
@@ -36,7 +36,7 @@
36
</div>
37
<div class="required field">
38
<label for="host">{{ctx.Locale.Tr "admin.auths.host"}}</label>
39
- <input id="host" name="host" value="{{$cfg.Host}}" placeholder="mydomain.com" required>
+ <input id="host" name="host" value="{{$cfg.HostList}}" placeholder="mydomain.com" required>
40
41
42
<label for="port">{{ctx.Locale.Tr "admin.auths.port"}}</label>
0 commit comments