diff --git a/src/providers/auth.tsx b/src/providers/auth.tsx index 2a8f6bb..f539ff3 100644 --- a/src/providers/auth.tsx +++ b/src/providers/auth.tsx @@ -38,7 +38,7 @@ export default function AuthWrapper(props: Props) { options.authorizationParams.login_hint = parsed.email.toString(); // prefill email } - options.authorizationParams.redirect_uri = "http://localhost:5173/signupCallback" + options.authorizationParams.redirect_uri = url + "/signupCallback" loginWithRedirect(options)