This commit is contained in:
Bereket Engida
2025-08-11 12:03:35 -07:00
@@ -62,7 +62,7 @@ import { getRequestEvent } from "$app/server";
export const auth = betterAuth({
// ... your config
plugins: [sveltekitCookies(getRequestEvent)],
plugins: [sveltekitCookies(getRequestEvent)], // make sure this is the last plugin in the array
});
```