fix: EditUser text error

This commit is contained in:
tbphp
2025-05-04 18:26:18 +08:00
parent fd6838e690
commit 3def2bbd30

View File

@@ -239,7 +239,7 @@ const EditUser = (props) => {
readonly
/>
<div style={{ marginTop: 20 }}>
<Typography.Text>{t('`已绑定的 OIDC 账户')}</Typography.Text>
<Typography.Text>{t('已绑定的 OIDC 账户')}</Typography.Text>
</div>
<Input
name='oidc_id'