Skip to content

Commit

Permalink
refactor: update TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
a01sa01to committed Dec 14, 2024
1 parent 9e75667 commit 1991add
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions webapp/api/login/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ interface GitHubOAuthTokenResponse {
token_type: string
}

// いったん /cb.ts そのまま
// TODO: たぶん userId さえ cookie に残っていれば十分そう?
// TODO: cookieSessionStorage の userId 以外は使ってないので消す
app.get(
'/callback',
zValidator('query', z.object({ code: z.string(), state: z.string() })),
Expand Down

0 comments on commit 1991add

Please sign in to comment.