Skip to content

Commit

Permalink
feat: fix UI in IE11 (casdoor#1871)
Browse files Browse the repository at this point in the history
  • Loading branch information
leo220yuyaodog authored May 19, 2023
1 parent d20f3eb commit 319031d
Show file tree
Hide file tree
Showing 3 changed files with 465 additions and 683 deletions.
4 changes: 2 additions & 2 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/cssinjs": "^1.8.1",
"@ant-design/cssinjs": "^1.9.0",
"@ant-design/icons": "^4.7.0",
"@craco/craco": "^6.4.5",
"@crowdin/cli": "^3.7.10",
Expand All @@ -12,7 +12,7 @@
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"antd": "5.2.3",
"antd": "5.5.0",
"antd-token-previewer": "^1.1.0-22",
"codemirror": "^5.61.1",
"copy-to-clipboard": "^3.3.1",
Expand Down
2 changes: 0 additions & 2 deletions web/src/auth/MfaVerifyForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import {CopyOutlined, UserOutlined} from "@ant-design/icons";
import {SendCodeInput} from "../common/SendCodeInput";
import * as Setting from "../Setting";
import React from "react";
import QRCode from "qrcode.react";
import copy from "copy-to-clipboard";
import {CountryCodeSelect} from "../common/select/CountryCodeSelect";

Expand Down Expand Up @@ -105,7 +104,6 @@ export const MfaTotpVerifyForm = ({mfaProps, onFinish}) => {
>
<Row type="flex" justify="center" align="middle">
<Col>
<QRCode value={mfaProps.url} size={200} />
</Col>
</Row>

Expand Down
Loading

0 comments on commit 319031d

Please sign in to comment.