aboutsummaryrefslogtreecommitdiff
path: root/cmd/web/js/otp.jsx
diff options
context:
space:
mode:
authorjloup <jeanloup.jamet@gmail.com>2018-02-25 21:11:38 +0100
committerjloup <jeanloup.jamet@gmail.com>2018-02-25 21:11:38 +0100
commitee902062a71c1ef31176cf5061555618b288b1d4 (patch)
treebd5d6c47567fc043c68a054ab914c8bd31114674 /cmd/web/js/otp.jsx
parentadf936f66a5c59e6cc2e7a1c644148e0f119e5c8 (diff)
downloadFront-ee902062a71c1ef31176cf5061555618b288b1d4.tar.gz
Front-ee902062a71c1ef31176cf5061555618b288b1d4.tar.zst
Front-ee902062a71c1ef31176cf5061555618b288b1d4.zip
Logout link.
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}