Skip to content

Commit

Permalink
Update and rename app/api/auth/[...nextauth].js to app/api/auth/[...n…
Browse files Browse the repository at this point in the history
…extauth]/route.ts

change from js -> ts
  • Loading branch information
patooworld authored Jun 13, 2024
1 parent c78bbc8 commit 633ffa8
Showing 1 changed file with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import NextAuth from "next-auth"
import NextAuth from 'next-auth'
import AppleProvider from 'next-auth/providers/apple'
import FacebookProvider from 'next-auth/providers/facebook'
import GoogleProvider from 'next-auth/providers/google'
import EmailProvider from 'next-auth/providers/email'
import GithubProvider from 'next-auth/providers/github'
import AppleProvider from "next-auth/providers/apple"
import FacebookProvider from "next-auth/providers/facebook"
import GoogleProvider from "next-auth/providers/google"
import EmailProvider from "next-auth/providers/email"
import GithubProvider from "next-auth/providers/github"

providers: [
// OAuth authentication providers...
Expand Down

0 comments on commit 633ffa8

Please sign in to comment.