1
0
Fork 0

Show secret below QR code when enabling MFA

This commit is contained in:
Vili Sinervä 2024-05-23 13:09:42 +00:00
parent c750e93f24
commit b836195866

View file

@ -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