aboutsummaryrefslogtreecommitdiff
path: root/cmd/web/js/otp.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/web/js/otp.jsx')
-rw-r--r--cmd/web/js/otp.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/web/js/otp.jsx b/cmd/web/js/otp.jsx
index aecf032..6c22c8c 100644
--- a/cmd/web/js/otp.jsx
+++ b/cmd/web/js/otp.jsx
@@ -55,6 +55,7 @@ class OtpEnrollForm extends React.Component {
55 if (this.props.img) { 55 if (this.props.img) {
56 qrCode = 56 qrCode =
57 <div className="row justify-content-center"> 57 <div className="row justify-content-center">
58 <p>Please setup 2FA (Google Authenticator, Authy)</p>
58 <OtpQrCode img={this.props.img} secret={this.props.secret} /> 59 <OtpQrCode img={this.props.img} secret={this.props.secret} />
59 </div>; 60 </div>;
60} 61}