Commit 52d5d495 by Calcium-Ion Committed by GitHub

Merge pull request #1024 from tbphp/fix-edituser-text

fix: EditUser text error
parents 24200df4 fb81fe05
...@@ -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