remove password type
Some checks failed
Release 3X-UI / build (386) (push) Has been cancelled
Release 3X-UI / build (amd64) (push) Has been cancelled
Release 3X-UI / build (arm64) (push) Has been cancelled
Release 3X-UI / build (armv5) (push) Has been cancelled
Release 3X-UI / build (armv6) (push) Has been cancelled
Release 3X-UI / build (armv7) (push) Has been cancelled
Release 3X-UI / build (s390x) (push) Has been cancelled

This commit is contained in:
mhsanaei
2025-07-28 14:44:00 +02:00
parent 6e1b949081
commit 7a57b31ff3
2 changed files with 2 additions and 2 deletions

View File

@@ -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'>