qr код теперь можно использовать без дополнительных манипуляций

This commit is contained in:
ErickSkrauch 2017-08-03 15:16:15 +03:00 committed by SleepWalker
parent 9376a9af2d
commit 823ed33dea

View File

@ -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();
});