Skip to content

Commit

Permalink
updated acceptance flow
Browse files Browse the repository at this point in the history
  • Loading branch information
armintalaie committed Jan 10, 2025
1 parent 58d73ac commit fc59b3a
Show file tree
Hide file tree
Showing 8 changed files with 774 additions and 549 deletions.
2 changes: 0 additions & 2 deletions src/app/auth/callback/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ export async function GET(request: Request) {
// if "next" is in param, use it as the redirect URL
const next = searchParams.get("redirect") ?? "/";

console.log("next", next);

if (code) {
const supabase = createClient();
const { error } = await supabase.auth.exchangeCodeForSession(code);
Expand Down
Loading

0 comments on commit fc59b3a

Please sign in to comment.