Skip to content

Commit 1d23d5c

Browse files
committed
remove maxlength from html too
1 parent 995db12 commit 1d23d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/js/app/nginx/proxy/form.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<div class="col-sm-5 col-md-5">
4545
<div class="form-group">
4646
<label class="form-label"><%- i18n('proxy-hosts', 'forward-host') %><span class="form-required">*</span></label>
47-
<input type="text" name="forward_host" class="form-control text-monospace" placeholder="" value="<%- forward_host %>" autocomplete="off" maxlength="50" required>
47+
<input type="text" name="forward_host" class="form-control text-monospace" placeholder="" value="<%- forward_host %>" autocomplete="off" required>
4848
</div>
4949
</div>
5050
<div class="col-sm-4 col-md-4">

0 commit comments

Comments
 (0)