mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-27 01:02:14 +05:30
qr код теперь можно использовать без дополнительных манипуляций
This commit is contained in:
parent
9376a9af2d
commit
823ed33dea
@ -201,7 +201,7 @@ export default class MultiFactorAuth extends Component {
|
|||||||
this.setState({
|
this.setState({
|
||||||
isLoading: false,
|
isLoading: false,
|
||||||
secret: resp.secret,
|
secret: resp.secret,
|
||||||
qrCodeSrc: `data:image/svg+xml;base64,${resp.qr}`
|
qrCodeSrc: resp.qr
|
||||||
});
|
});
|
||||||
this.nextStep();
|
this.nextStep();
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user