diff options
Diffstat (limited to 'web')
| -rw-r--r-- | web/html/form/reality_settings.html | 2 | ||||
| -rw-r--r-- | web/html/form/tls_settings.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/web/html/form/reality_settings.html b/web/html/form/reality_settings.html index 49c05ac0..a4f460e0 100644 --- a/web/html/form/reality_settings.html +++ b/web/html/form/reality_settings.html @@ -45,7 +45,7 @@ <a-input v-model="inbound.stream.reality.settings.publicKey"></a-input> </a-form-item> <a-form-item label='{{ i18n "pages.inbounds.privatekey" }}'> - <a-input type="password" v-model="inbound.stream.reality.privateKey"></a-input> + <a-input v-model="inbound.stream.reality.privateKey"></a-input> </a-form-item> <a-form-item label=" "> <a-button type="primary" icon="import" @click="getNewX25519Cert">Get New Cert</a-button> diff --git a/web/html/form/tls_settings.html b/web/html/form/tls_settings.html index 473a1d5a..b6367f7b 100644 --- a/web/html/form/tls_settings.html +++ b/web/html/form/tls_settings.html @@ -88,7 +88,7 @@ <a-input v-model="cert.cert"></a-input> </a-form-item> <a-form-item label='{{ i18n "pages.inbounds.privatekey" }}'> - <a-input type="password" v-model="cert.key"></a-input> + <a-input v-model="cert.key"></a-input> </a-form-item> </template> <a-form-item label='OCSP stapling'> |
