Skip to content

Commit

Permalink
Log
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-vasconcelos committed Nov 28, 2023
1 parent 2164024 commit 54af4ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/app/api/outstatic/login/route.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ export async function GET() {
url.searchParams.append('redirect_uri', process.env.OST_GITHUB_CALLBACK_URL);
}

console.log('url.toString()', url.toString());

redirect(url.toString());
}

0 comments on commit 54af4ed

Please sign in to comment.