Commit fb81fe05 by tbphp

fix: EditUser text error

parent f5c2fda2
...@@ -239,7 +239,7 @@ const EditUser = (props) => { ...@@ -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'
......
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