Skip to content

Commit

Permalink
add console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
breeg554 committed Nov 15, 2024
1 parent 21b7dc7 commit 23eb6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web-remix/app/routes/auth.google.callback.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export async function loader(args: LoaderFunctionArgs) {
headers.append('Set-Cookie', sessionCookie);

const redirectTo = url.searchParams.get('state');

console.log('CALLLBACK REDIRECT', redirectTo);
if (redirectTo) {
return redirect(redirectTo, {
headers,
Expand Down

0 comments on commit 23eb6e3

Please sign in to comment.