diff --git a/src/providers/auth.tsx b/src/providers/auth.tsx index f539ff3..9138061 100644 --- a/src/providers/auth.tsx +++ b/src/providers/auth.tsx @@ -39,6 +39,7 @@ export default function AuthWrapper(props: Props) { } options.authorizationParams.redirect_uri = url + "/signupCallback" + console.log(options.authorizationParams.redirect_uri) loginWithRedirect(options)