#
vincentlu
2025-02-07 dcfeeb0c8674275a8bac14ab8e69ba87d3b903f3
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 >
        </>
    )