Skip to content

Commit

Permalink
fix next-auth type error
Browse files Browse the repository at this point in the history
  • Loading branch information
MarconLP committed May 27, 2023
1 parent 718cca9 commit aef7194
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/auth/src/auth-options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ declare module "next-auth" {
image?: string;
email_verified?: string;
}

interface User {
completed_onboarding: boolean;
email_verified?: string;
}
}

/**
Expand Down

0 comments on commit aef7194

Please sign in to comment.