diff --git a/src/login/pages/LoginUsername.tsx b/src/login/pages/LoginUsername.tsx index f3a7131..7473f6b 100644 --- a/src/login/pages/LoginUsername.tsx +++ b/src/login/pages/LoginUsername.tsx @@ -7,14 +7,14 @@ import { kcSanitize } from "keycloakify/lib/kcSanitize"; import * as FaIcons from "react-icons/fa6"; import type { IconType } from "react-icons"; -const { Title, Text, Link } = Typography; +const { Text, Link } = Typography; export default function LoginUsername(props: PageProps, I18n>) { const { kcContext, i18n, Template } = props; const [isLoading, setIsLoading] = useState(false); const [form] = Form.useForm(); - const { social, realm, url, usernameHidden, login, registrationDisabled, client } = kcContext; + const { social, realm, url, usernameHidden, login, registrationDisabled } = kcContext; const { msg, msgStr } = i18n; // Function to dynamically fetch the correct icon