Skip to content

Commit

Permalink
Finalizing gifting page
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljolley committed Dec 1, 2024
1 parent b421c72 commit e561cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/api/auth/signin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const GET: APIRoute = async ({ request, cookies, redirect }) => {
const { data, error } = await supabase.auth.signInWithOAuth({
provider: 'twitch',
options: {
redirectTo: `http://${host}/api/auth/callback/`
redirectTo: `https://baldbeardedbuilder.com/api/auth/callback/`
},
});

Expand Down

0 comments on commit e561cb2

Please sign in to comment.