Skip to content

Commit

Permalink
feat(verity): trigger release
Browse files Browse the repository at this point in the history
  • Loading branch information
marselkhisamov committed Jul 25, 2024
1 parent da80787 commit 0ec4ca5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libs/auth/src/lib/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ export const { handlers, signIn, signOut, auth } = NextAuth({
if (account?.id_token) {
token.idToken = account.id_token;
}
if (account?.access_token) {
token.accessToken = account.access_token;
}
return token;
},
session({ session, token }) {
Expand Down

0 comments on commit 0ec4ca5

Please sign in to comment.