Skip to content

Commit

Permalink
Update user-resolver.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
zach-herridge authored Oct 27, 2023
1 parent fa090ce commit 9915f03
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/resolvers/user-resolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,9 @@ export class UserResolver {
const token = jwt.sign(
{
userId,
poeProfileName: poeProfile.name
poeProfileName: poeProfile.name,
oAuthToken: accessToken,
oAuthTokenUpdatedAtTimestamp: new Date().toString(),
},
process.env.JWT_SECRET
);
Expand Down

0 comments on commit 9915f03

Please sign in to comment.