Hi
I’m using NextJS. Trying to get users to Sign-Up (new login experience). I setup the onClick like this…
onClick={() => loginWithRedirect({authorizationParams:{screen_hint:“signup”}})}
Just realized the NextJS SDK doesn’t have this hook?
const { loginWithRedirect } = useAuth0();
Is there something available like this for NextJS?