mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-10 04:19:32 +00:00
docs: fix typo
This commit is contained in:
@@ -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]
|
||||||
})
|
})
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user