Skip to content

Commit

Permalink
fix: comment with extra character
Browse files Browse the repository at this point in the history
  • Loading branch information
emiliosheinz committed May 19, 2024
1 parent d66283b commit 9ad4d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/auth/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const authOptions: NextAuthOptions = {
CustomEmailProvider(),
/**
* ...add more providers here.
i *
*
* Most other providers require a bit more work than the Discord provider. For example, the
* GitHub provider requires you to add the `refresh_token_expires_in` field to the Account
* model. Refer to the NextAuth.js docs for the provider you want to use. Example:
Expand Down

0 comments on commit 9ad4d59

Please sign in to comment.