Web: Client: add fake qr-code

This commit is contained in:
Viktor Fomin 2021-04-19 14:01:29 +03:00
parent e5906324c5
commit 56e61a028c
2 changed files with 3 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

@ -88,7 +88,9 @@ const TfaActivationForm = (props) => {
</Box>
</Box>
</div>
<div>QR-code</div>
<div id="qrcode">
<img src="images/fakeQR.png" alt="QR-code"></img>
</div>
</StyledForm>
);
};