mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-17 01:14:50 +08:00
修改获取用户数据逻辑
This commit is contained in:
@@ -124,7 +124,12 @@ const SecuritySettings = ({ user, userChange }: any) => {
|
||||
</Title>
|
||||
使用手机应用扫描二维码,或者输入秘钥 {twoFactorInfo?.secret}
|
||||
<div style={{ marginTop: 10 }}>
|
||||
<QRCode value={twoFactorInfo?.url} />
|
||||
<QRCode
|
||||
style={{ border: '1px solid #21262d', borderRadius: 6 }}
|
||||
includeMargin={true}
|
||||
size={187}
|
||||
value={twoFactorInfo?.url}
|
||||
/>
|
||||
</div>
|
||||
<Title style={{ marginTop: 5 }} level={5}>
|
||||
第三步
|
||||
|
||||
Reference in New Issue
Block a user