Skip to content

Commit

Permalink
chore(apps): rm testing tiktok provider from example
Browse files Browse the repository at this point in the history
  • Loading branch information
ndom91 committed Apr 29, 2024
1 parent ee2263a commit 13b3701
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions apps/examples/nextjs/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -63,7 +62,6 @@ export const config = {
Reddit,
Slack,
Spotify,
TikTok,
Twitch,
Twitter,
WorkOS({
Expand Down
2 changes: 0 additions & 2 deletions apps/proxy/api/[auth].ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -59,7 +58,6 @@ const authConfig: AuthConfig = {
Reddit,
Slack,
Spotify,
TikTok,
Twitch,
Twitter,
WorkOS,
Expand Down

0 comments on commit 13b3701

Please sign in to comment.