Skip to content

Commit

Permalink
chore: use email
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Oct 7, 2024
1 parent b351952 commit 3b5309b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/server/routes/auth/linear.get.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export default defineOAuthLinearEventHandler({
async onSuccess(event, { user }) {
await setUserSession(event, {
user: {
linear: user.name,
linear: user.email,
},
loggedInAt: Date.now(),
})
Expand Down

0 comments on commit 3b5309b

Please sign in to comment.