Skip to content

Commit 13b3701

Browse files
committed
chore(apps): rm testing tiktok provider from example
1 parent ee2263a commit 13b3701

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

apps/examples/nextjs/auth.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ 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"
2625
import Twitch from "next-auth/providers/twitch"
2726
import Twitter from "next-auth/providers/twitter"
2827
import WorkOS from "next-auth/providers/workos"
@@ -63,7 +62,6 @@ export const config = {
6362
Reddit,
6463
Slack,
6564
Spotify,
66-
TikTok,
6765
Twitch,
6866
Twitter,
6967
WorkOS({

apps/proxy/api/[auth].ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import Pinterest from "@auth/core/providers/pinterest"
2121
import Reddit from "@auth/core/providers/reddit"
2222
import Slack from "@auth/core/providers/slack"
2323
import Spotify from "@auth/core/providers/spotify"
24-
import TikTok from "@auth/core/providers/tiktok"
2524
import Twitch from "@auth/core/providers/twitch"
2625
import Twitter from "@auth/core/providers/twitter"
2726
import WorkOS from "@auth/core/providers/workos"
@@ -59,7 +58,6 @@ const authConfig: AuthConfig = {
5958
Reddit,
6059
Slack,
6160
Spotify,
62-
TikTok,
6361
Twitch,
6462
Twitter,
6563
WorkOS,

0 commit comments

Comments
 (0)