refactored Authentication
This commit is contained in:
@@ -10,7 +10,6 @@ import { useForm } from 'hooks/useForm';
|
|||||||
import { useAuth } from 'hooks/useAuth';
|
import { useAuth } from 'hooks/useAuth';
|
||||||
|
|
||||||
export function Login() {
|
export function Login() {
|
||||||
const navigate = useNavigate();
|
|
||||||
const [isSubmitting, setIsSubmitting] = useState(false);
|
const [isSubmitting, setIsSubmitting] = useState(false);
|
||||||
const { state, formRef, update, isValid } = useForm<LoginFormState>({}, validateForm);
|
const { state, formRef, update, isValid } = useForm<LoginFormState>({}, validateForm);
|
||||||
const { signin } = useAuth();
|
const { signin } = useAuth();
|
||||||
|
|||||||
Reference in New Issue
Block a user