Show secret below QR code when enabling MFA
This commit is contained in:
parent
c750e93f24
commit
b836195866
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ export const MfaSettings = ({ title = false, welcome = false }) => {
|
||||||
<div className="flex flex-row items-center justify-center px-8 lg:px-36">
|
<div className="flex flex-row items-center justify-center px-8 lg:px-36">
|
||||||
<div dangerouslySetInnerHTML={{ __html: enable.qrcode }} />
|
<div dangerouslySetInnerHTML={{ __html: enable.qrcode }} />
|
||||||
</div>
|
</div>
|
||||||
|
<p className="flex flex-row items-center justify-center">{enable.secret}</p>
|
||||||
<Bullet num="1">{t('mfaAdd')}</Bullet>
|
<Bullet num="1">{t('mfaAdd')}</Bullet>
|
||||||
<Bullet num="2">{t('confirmWithMfa')}</Bullet>
|
<Bullet num="2">{t('confirmWithMfa')}</Bullet>
|
||||||
<input
|
<input
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue