docs: fix typo

This commit is contained in:
Bereket Engida
2024-11-12 14:25:22 +03:00
parent 00ace72b6b
commit 59cd23aba5

View File

@@ -92,7 +92,7 @@ import { nextCookies } from "better-auth/next-js";
export const auth = betterAuth({ export const auth = betterAuth({
//...your config //...your config
plugins: [nextCookies()] plugins: [nextCookies()] // make sure this is the last plugin in the array // ![code highlight]
}) })
``` ```