Commit fb81fe05 by tbphp

fix: EditUser text error

parent f5c2fda2
......@@ -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'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment