同上-password-webhook

This commit is contained in:
caishi 2021-07-30 17:35:53 +08:00
parent 2b47c1ff9a
commit 51d34a7667
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ function New({ form , match , showNotification , history }) {
{getFieldDecorator("secret",{
rules:[]
})(
<Input placeholder="请输入Webhook密钥" size="large" maxLength={"50"}/>
<Input.Password placeholder="请输入Webhook密钥" size="large" maxLength={"50"}/>
)}
</Form.Item>
<Form.Item label="Http请求方法" colon={false}>