Skip to content

Commit

Permalink
chore: remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
veryCrunchy committed Apr 27, 2024
1 parent c2cf2a4 commit b8c88a7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/routes/auth/callback.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,5 @@ export default defineEventHandler(async event => {
setCookie(event, "auth_session", `${token}`);
}

//TODO: validation things?

return sendRedirect(event, redirect);
});

0 comments on commit b8c88a7

Please sign in to comment.