From 823ed33deaef5bdbe7c3ff5ea19c668c6e17c284 Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Thu, 3 Aug 2017 15:16:15 +0300 Subject: [PATCH] =?UTF-8?q?qr=20=D0=BA=D0=BE=D0=B4=20=D1=82=D0=B5=D0=BF?= =?UTF-8?q?=D0=B5=D1=80=D1=8C=20=D0=BC=D0=BE=D0=B6=D0=BD=D0=BE=20=D0=B8?= =?UTF-8?q?=D1=81=D0=BF=D0=BE=D0=BB=D1=8C=D0=B7=D0=BE=D0=B2=D0=B0=D1=82?= =?UTF-8?q?=D1=8C=20=D0=B1=D0=B5=D0=B7=20=D0=B4=D0=BE=D0=BF=D0=BE=D0=BB?= =?UTF-8?q?=D0=BD=D0=B8=D1=82=D0=B5=D0=BB=D1=8C=D0=BD=D1=8B=D1=85=20=D0=BC?= =?UTF-8?q?=D0=B0=D0=BD=D0=B8=D0=BF=D1=83=D0=BB=D1=8F=D1=86=D0=B8=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/profile/multiFactorAuth/MultiFactorAuth.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/profile/multiFactorAuth/MultiFactorAuth.js b/src/components/profile/multiFactorAuth/MultiFactorAuth.js index f971217..0c0757b 100644 --- a/src/components/profile/multiFactorAuth/MultiFactorAuth.js +++ b/src/components/profile/multiFactorAuth/MultiFactorAuth.js @@ -201,7 +201,7 @@ export default class MultiFactorAuth extends Component { this.setState({ isLoading: false, secret: resp.secret, - qrCodeSrc: `data:image/svg+xml;base64,${resp.qr}` + qrCodeSrc: resp.qr }); this.nextStep(); });