Skip to content

Commit

Permalink
fix: /tds/token no content
Browse files Browse the repository at this point in the history
  • Loading branch information
leeyeh committed Oct 24, 2023
1 parent 6622d2c commit 9091813
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions next/api/src/controller/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ export class UserController {
ctx.response.status = 307;
ctx.response.set('Location', url.toString());
ctx.response.body = '';
ctx.res.end();
return;
}

Expand Down

0 comments on commit 9091813

Please sign in to comment.