chore: update settings prompt
This commit is contained in:
@@ -465,13 +465,13 @@ const PushSetting = () => {
|
|||||||
</Header>
|
</Header>
|
||||||
<Form.Group widths={2}>
|
<Form.Group widths={2}>
|
||||||
<Form.Input
|
<Form.Input
|
||||||
label='服务器连接密钥'
|
label='客户端连接密钥'
|
||||||
name='client_secret'
|
name='client_secret'
|
||||||
type='password'
|
type='password'
|
||||||
onChange={handleInputChange}
|
onChange={handleInputChange}
|
||||||
autoComplete='off'
|
autoComplete='off'
|
||||||
value={inputs.client_secret}
|
value={inputs.client_secret}
|
||||||
placeholder='在此设置服务器连接密钥'
|
placeholder='在此设置客户端连接密钥'
|
||||||
/>
|
/>
|
||||||
</Form.Group>
|
</Form.Group>
|
||||||
<Button onClick={() => submit('client')} loading={loading}>
|
<Button onClick={() => submit('client')} loading={loading}>
|
||||||
|
|||||||
Reference in New Issue
Block a user