Merge pull request #1024 from tbphp/fix-edituser-text
fix: EditUser text error
This commit is contained in:
@@ -239,7 +239,7 @@ const EditUser = (props) => {
|
|||||||
readonly
|
readonly
|
||||||
/>
|
/>
|
||||||
<div style={{ marginTop: 20 }}>
|
<div style={{ marginTop: 20 }}>
|
||||||
<Typography.Text>{t('`已绑定的 OIDC 账户')}</Typography.Text>
|
<Typography.Text>{t('已绑定的 OIDC 账户')}</Typography.Text>
|
||||||
</div>
|
</div>
|
||||||
<Input
|
<Input
|
||||||
name='oidc_id'
|
name='oidc_id'
|
||||||
|
|||||||
Reference in New Issue
Block a user