rsf-admin/src/page/login/Register.jsx
@@ -15,6 +15,7 @@ useNotify, } from 'react-admin'; import { useForm, Controller } from 'react-hook-form'; import ProviderChoices from "./ProviderChoices"; const Register = (props) => { const translate = useTranslate(); @@ -38,7 +39,6 @@ }, [tenantList, setValue]); const onSubmit = (data) => { console.log(data); setLoading(true); // js native confirm && root login( @@ -153,6 +153,8 @@ </Stack> <Box mt={1} mb={1} sx={{ textAlign: 'center' }}>or</Box> <ProviderChoices type="REGISTER" /> </Box > </> )