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