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