mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-10 20:37:46 +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({
|
||||
//...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