File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ import Pinterest from "next-auth/providers/pinterest"
22
22
import Reddit from "next-auth/providers/reddit"
23
23
import Slack from "next-auth/providers/slack"
24
24
import Spotify from "next-auth/providers/spotify"
25
+ import TikTok from "next-auth/providers/tiktok"
25
26
import Twitch from "next-auth/providers/twitch"
26
27
import Twitter from "next-auth/providers/twitter"
27
28
import WorkOS from "next-auth/providers/workos"
@@ -62,6 +63,7 @@ export const config = {
62
63
Reddit ,
63
64
Slack ,
64
65
Spotify ,
66
+ TikTok ,
65
67
Twitch ,
66
68
Twitter ,
67
69
WorkOS ( {
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ import Pinterest from "@auth/core/providers/pinterest"
21
21
import Reddit from "@auth/core/providers/reddit"
22
22
import Slack from "@auth/core/providers/slack"
23
23
import Spotify from "@auth/core/providers/spotify"
24
+ import TikTok from "@auth/core/providers/tiktok"
24
25
import Twitch from "@auth/core/providers/twitch"
25
26
import Twitter from "@auth/core/providers/twitter"
26
27
import WorkOS from "@auth/core/providers/workos"
@@ -58,6 +59,7 @@ const authConfig: AuthConfig = {
58
59
Reddit ,
59
60
Slack ,
60
61
Spotify ,
62
+ TikTok ,
61
63
Twitch ,
62
64
Twitter ,
63
65
WorkOS ,
You can’t perform that action at this time.
0 commit comments