I am trying to pass in extra parameters so that they will flow through into https://auth0.com/docs/customize/universal-login-pages/universal-login-page-templates#custom-query-parameters. I cannot seem to get my calls to loginWithRedirect to effect the authorize call in any way. I have tried several different iterations, but here is one for refernce:
const { loginWithRedirect } = useAuth0();
await loginWithRedirect({
appState: {
target: '/',
},
"ext-rentprep": true,
})
Any advice?