Skip to content

Commit 44d7cf4

Browse files
committed
chore: skip better-auth
1 parent 9211dd3 commit 44d7cf4

File tree

1 file changed

+0
-8
lines changed
  • apps/cli/templates/api/orpc/web/astro/src/lib

1 file changed

+0
-8
lines changed

apps/cli/templates/api/orpc/web/astro/src/lib/orpc.ts.hbs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,6 @@ export const link = new RPCLink({
2424
}],
2525
}),
2626
],
27-
{{#if (eq auth "better-auth")}}
28-
fetch(url, options) {
29-
return fetch(url, {
30-
...options,
31-
credentials: "include",
32-
});
33-
}
34-
{{/if}}
3527
});
3628

3729
export const client: AppRouterClient = createORPCClient(link);

0 commit comments

Comments
 (0)