Skip to content

Commit eb3125d

Browse files
committed
🔄 Synced local '.' with remote 'apps/examples/nextjs'
1 parent 5f879c2 commit eb3125d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

auth.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import Pinterest from "next-auth/providers/pinterest"
2222
import Reddit from "next-auth/providers/reddit"
2323
import Slack from "next-auth/providers/slack"
2424
import Spotify from "next-auth/providers/spotify"
25+
import TikTok from "next-auth/providers/tiktok"
2526
import Twitch from "next-auth/providers/twitch"
2627
import Twitter from "next-auth/providers/twitter"
2728
import WorkOS from "next-auth/providers/workos"
@@ -62,6 +63,7 @@ export const config = {
6263
Reddit,
6364
Slack,
6465
Spotify,
66+
TikTok,
6567
Twitch,
6668
Twitter,
6769
WorkOS({

0 commit comments

Comments
 (0)