Skip to content

Commit

Permalink
ar(random) oauth
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloreale committed Jul 12, 2024
1 parent 73ed997 commit 47b8200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/auth/constants.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// constants.ts TS-Doc?
import type { AuthOptions } from 'next-auth';
import GithubProvider from 'next-auth/providers/github';
import GoogleProvider from 'next-auth/providers/google';
// import GoogleProvider from 'next-auth/providers/google';
import AppleProvider from 'next-auth/providers/apple';
import FacebookProvider from 'next-auth/providers/facebook';
import EmailProvider from 'next-auth/providers/email';
Expand Down

0 comments on commit 47b8200

Please sign in to comment.