From 13b3701702039ae8dd30cc337af9a100cdc31b1a Mon Sep 17 00:00:00 2001 From: ndom91 Date: Mon, 29 Apr 2024 22:41:35 +0200 Subject: [PATCH] chore(apps): rm testing tiktok provider from example --- apps/examples/nextjs/auth.ts | 2 -- apps/proxy/api/[auth].ts | 2 -- 2 files changed, 4 deletions(-) diff --git a/apps/examples/nextjs/auth.ts b/apps/examples/nextjs/auth.ts index 661c956412..4fc975a8b2 100644 --- a/apps/examples/nextjs/auth.ts +++ b/apps/examples/nextjs/auth.ts @@ -22,7 +22,6 @@ import Pinterest from "next-auth/providers/pinterest" import Reddit from "next-auth/providers/reddit" import Slack from "next-auth/providers/slack" import Spotify from "next-auth/providers/spotify" -import TikTok from "next-auth/providers/tiktok" import Twitch from "next-auth/providers/twitch" import Twitter from "next-auth/providers/twitter" import WorkOS from "next-auth/providers/workos" @@ -63,7 +62,6 @@ export const config = { Reddit, Slack, Spotify, - TikTok, Twitch, Twitter, WorkOS({ diff --git a/apps/proxy/api/[auth].ts b/apps/proxy/api/[auth].ts index 45095051b1..80806417fd 100644 --- a/apps/proxy/api/[auth].ts +++ b/apps/proxy/api/[auth].ts @@ -21,7 +21,6 @@ import Pinterest from "@auth/core/providers/pinterest" import Reddit from "@auth/core/providers/reddit" import Slack from "@auth/core/providers/slack" import Spotify from "@auth/core/providers/spotify" -import TikTok from "@auth/core/providers/tiktok" import Twitch from "@auth/core/providers/twitch" import Twitter from "@auth/core/providers/twitter" import WorkOS from "@auth/core/providers/workos" @@ -59,7 +58,6 @@ const authConfig: AuthConfig = { Reddit, Slack, Spotify, - TikTok, Twitch, Twitter, WorkOS,