-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
bugSomething isn't workingSomething isn't working
Description
loggl/packages/auth/src/auth-options.ts
Lines 68 to 74 in fcaf619
| signOut: ({ session }) => { | |
| // posthog?.capture({ | |
| // distinctId: session.id, | |
| // event: "logged out", | |
| // }); | |
| console.log("add logout event"); | |
| }, |
nextauth seems to be having wrong types on the signOut event
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working