Skip to content

Commit

Permalink
πŸ‘€ :: chore :: fix response of login func
Browse files Browse the repository at this point in the history
  • Loading branch information
12xii committed Dec 1, 2023
1 parent 1c8336d commit 6e5c076
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/user/user.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ export class UserService {

return {
access,
refresh
refresh,
userID : user.userID
}
}

Expand Down

0 comments on commit 6e5c076

Please sign in to comment.