mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-09 04:19:26 +00:00
demo: fix import type
This commit is contained in:
@@ -3,7 +3,7 @@ import {
|
||||
organization,
|
||||
passkey,
|
||||
twoFactor,
|
||||
crossSubdomain,
|
||||
crossSubdomainCookies,
|
||||
} from "better-auth/plugins";
|
||||
import { reactInvitationEmail } from "./email/invitation";
|
||||
import { LibsqlDialect } from "@libsql/kysely-libsql";
|
||||
@@ -80,7 +80,7 @@ export const auth = betterAuth({
|
||||
},
|
||||
}),
|
||||
passkey(),
|
||||
crossSubdomain(),
|
||||
crossSubdomainCookies(),
|
||||
],
|
||||
socialProviders: {
|
||||
github: {
|
||||
|
||||
Reference in New Issue
Block a user