rsf-admin/src/page/login/Login.jsx
@@ -15,6 +15,7 @@ useNotify, } from 'react-admin'; import { useForm, Controller } from 'react-hook-form'; import ProviderChoices from "./ProviderChoices"; const Login = (props) => { const translate = useTranslate(); @@ -158,6 +159,8 @@ </Stack> <Box mt={1} mb={1} sx={{ textAlign: 'center' }}>or</Box> <ProviderChoices type="LOG IN" /> </Box > </> )