Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/web/html
diff options
context:
space:
mode:
authorMHSanaei <ho3ein.sanaei@gmail.com>2023-12-23 16:07:32 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2023-12-23 16:07:32 +0300
commit4f3b93171a5e995edfca0d9a3149f8a35631596a (patch)
treea226f7b3289fc05def331f6e43958f7b9723c60c /web/html
parent9261f9c665fe0a5972df4f534f09f8fa3a52d01b (diff)
fix outbound socks/http
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
Diffstat (limited to 'web/html')
-rw-r--r--web/html/xui/form/outbound.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/html/xui/form/outbound.html b/web/html/xui/form/outbound.html
index 7b1caa91..590a1a93 100644
--- a/web/html/xui/form/outbound.html
+++ b/web/html/xui/form/outbound.html
@@ -94,12 +94,13 @@
<!-- Servers (trojan/shadowsocks/socks/http) settings -->
<template v-if="outbound.hasServers()">
+ <!-- http / socks -->
<template v-if="outbound.hasUsername()">
<a-form-item label='{{ i18n "username" }}'>
<a-input v-model.trim="outbound.settings.user"></a-input>
</a-form-item>
<a-form-item label='{{ i18n "password" }}'>
- <a-input v-model.trim="outbound.settings.password"></a-input>
+ <a-input v-model.trim="outbound.settings.pass"></a-input>
</a-form-item>
</template>
<!-- shadowsocks -->