mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-18 15:33:49 +08:00
Refactor CountDownInput.
This commit is contained in:
@ -38,7 +38,7 @@ import AppleLoginButton from "./AppleLoginButton"
|
||||
import AzureADLoginButton from "./AzureADLoginButton";
|
||||
import SlackLoginButton from "./SlackLoginButton";
|
||||
import CustomGithubCorner from "../CustomGithubCorner";
|
||||
import {CountDownInput} from "../component/CountDownInput";
|
||||
import {CountDownInput} from "../common/CountDownInput";
|
||||
|
||||
class LoginPage extends React.Component {
|
||||
constructor(props) {
|
||||
|
Reference in New Issue
Block a user