Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrosop committed Jan 12, 2024
1 parent 97beb17 commit ab841a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/routes/oauth/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,6 @@ export const oauthProviders = Router()
if (user) {
const { refreshToken } = await getNewRefreshToken(user.id);
// * redirect back user to app url
console.log('redirecting to', generateRedirectUrl(redirectTo, { refreshToken }));
return res.redirect(generateRedirectUrl(redirectTo, { refreshToken }));
}

Expand Down

0 comments on commit ab841a2

Please sign in to comment.