diff --git a/src/components/LoginPage.js b/src/components/LoginPage.js index 9cbcf6e..520a26c 100644 --- a/src/components/LoginPage.js +++ b/src/components/LoginPage.js @@ -6,8 +6,10 @@ import { useLocale, useSetLocale, useTranslate, + PasswordInput, + TextInput, } from "react-admin"; -import { Field, Form } from "react-final-form"; +import { Form } from "react-final-form"; import { Avatar, Button, @@ -155,29 +157,32 @@ const LoginPage = ({ theme }) => {
-
-
-