mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-16 07:13:49 +08:00
Refactor CountDownInput.
This commit is contained in:
@ -17,7 +17,7 @@ import i18next from "i18next";
|
||||
import React from "react";
|
||||
import * as Setting from "./Setting"
|
||||
import * as UserBackend from "./backend/UserBackend"
|
||||
import {CountDownInput} from "./component/CountDownInput";
|
||||
import {CountDownInput} from "./common/CountDownInput";
|
||||
import {MailOutlined, PhoneOutlined} from "@ant-design/icons";
|
||||
|
||||
export const ResetModal = (props) => {
|
||||
|
Reference in New Issue
Block a user