]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/Cryptoportfolio/Front.git/blobdiff - cmd/web/js/otp.jsx
Logout link.
[perso/Immae/Projets/Cryptomonnaies/Cryptoportfolio/Front.git] / cmd / web / js / otp.jsx
index aecf032e10c313dc00ef2a2d6fd9a25fedbad5f5..6c22c8ccc9fb5f3c365c8a285bc62f82423bc28f 100644 (file)
@@ -55,6 +55,7 @@ class OtpEnrollForm extends React.Component {
     if (this.props.img) {
       qrCode =
         <div className="row justify-content-center">
+          <p>Please setup 2FA (Google Authenticator, Authy)</p>
           <OtpQrCode img={this.props.img} secret={this.props.secret} />
         </div>;
 }