Skip to content

Commit

Permalink
refactor: return userId when we finish signup
Browse files Browse the repository at this point in the history
  • Loading branch information
kyeahxx19 committed Nov 22, 2023
1 parent a9de252 commit ee323f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/auth/auth.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ export class AuthController {
accessToken: await this.authService.getAccessToken({
id: id,
}),
userId: id,
});
}

Expand Down

0 comments on commit ee323f0

Please sign in to comment.