We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb3125d commit dfe0d95Copy full SHA for dfe0d95
auth.ts
@@ -22,7 +22,6 @@ import Pinterest from "next-auth/providers/pinterest"
22
import Reddit from "next-auth/providers/reddit"
23
import Slack from "next-auth/providers/slack"
24
import Spotify from "next-auth/providers/spotify"
25
-import TikTok from "next-auth/providers/tiktok"
26
import Twitch from "next-auth/providers/twitch"
27
import Twitter from "next-auth/providers/twitter"
28
import WorkOS from "next-auth/providers/workos"
@@ -63,7 +62,6 @@ export const config = {
63
62
Reddit,
64
Slack,
65
Spotify,
66
- TikTok,
67
Twitch,
68
Twitter,
69
WorkOS({
0 commit comments