rhtyd commented on a change in pull request #5683:
URL: https://github.com/apache/cloudstack/pull/5683#discussion_r748147427
##########
File path: ui/src/components/view/InfoCard.vue
##########
@@ -49,6 +49,14 @@
</div>
</slot>
</div>
+ <div>
+ <br/>
+ <a-divider/>
+ <p><b>2FA QR</b></p>
+ <span v-if="resource.username">
+ <img
src="https://www.google.com/chart?chs=200x200&chld=M%%7C0&cht=qr&chl=otpauth://totp/Apache%20CloudStack%3Atest%40gmail.com?secret=7t4gabg72liipmq7n43lt3cw66fel4iz&issuer=Apache%20CloudStack"/>
Review comment:
TODO: This is harcoded, needs to be generated by backend API and shown
only one time to the user (with maybe some backup codes)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]