mirror of
https://github.com/casdoor/casdoor.git
synced 2025-05-23 02:35:49 +08:00
Update MfaVerifyForm.js
This commit is contained in:
parent
57e4a66156
commit
b195b19a8c
@ -18,7 +18,6 @@ import {CopyOutlined, UserOutlined} from "@ant-design/icons";
|
|||||||
import {SendCodeInput} from "../common/SendCodeInput";
|
import {SendCodeInput} from "../common/SendCodeInput";
|
||||||
import * as Setting from "../Setting";
|
import * as Setting from "../Setting";
|
||||||
import React from "react";
|
import React from "react";
|
||||||
import QRCode from "qrcode.react";
|
|
||||||
import copy from "copy-to-clipboard";
|
import copy from "copy-to-clipboard";
|
||||||
import {CountryCodeSelect} from "../common/select/CountryCodeSelect";
|
import {CountryCodeSelect} from "../common/select/CountryCodeSelect";
|
||||||
|
|
||||||
@ -105,7 +104,6 @@ export const MfaTotpVerifyForm = ({mfaProps, onFinish}) => {
|
|||||||
>
|
>
|
||||||
<Row type="flex" justify="center" align="middle">
|
<Row type="flex" justify="center" align="middle">
|
||||||
<Col>
|
<Col>
|
||||||
<QRCode value={mfaProps.url} size={200} />
|
|
||||||
</Col>
|
</Col>
|
||||||
</Row>
|
</Row>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user