Skip to content

Commit 8d9269f

Browse files
committed
fix integration test (#6898)
rename host to hostlist in html template Signed-off-by: abhishek818 <[email protected]>
1 parent f2c4cae commit 8d9269f

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
@@ -36,7 +36,7 @@
3636
</div>
3737
<div class="required field">
3838
<label for="host">{{ctx.Locale.Tr "admin.auths.host"}}</label>
39-
<input id="host" name="host" value="{{$cfg.Host}}" placeholder="mydomain.com" required>
39+
<input id="host" name="host" value="{{$cfg.HostList}}" placeholder="mydomain.com" required>
4040
</div>
4141
<div class="required field">
4242
<label for="port">{{ctx.Locale.Tr "admin.auths.port"}}</label>

0 commit comments

Comments
 (0)