Skip to content

Commit

Permalink
fix: passkeyprovider import
Browse files Browse the repository at this point in the history
  • Loading branch information
mfts committed Mar 3, 2025
1 parent e766ba5 commit e03c634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/api/auth/[...nextauth].ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { PrismaAdapter } from "@next-auth/prisma-adapter";
import { PasskeyProvider } from "@teamhanko/passkeys-next-auth-provider";
import PasskeyProvider from "@teamhanko/passkeys-next-auth-provider";
import NextAuth, { type NextAuthOptions } from "next-auth";
import EmailProvider from "next-auth/providers/email";
import GoogleProvider from "next-auth/providers/google";
Expand Down

0 comments on commit e03c634

Please sign in to comment.