Skip to content

Commit

Permalink
chore: fix framework builds
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed May 4, 2023
1 parent e3bdb38 commit 7ece5a0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/frameworks-solid-start/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ export async function signIn<
"Content-Type": "application/x-www-form-urlencoded",
"X-Auth-Return-Redirect": "1",
},
// @ts-expect-error -- ignore
body: new URLSearchParams({
...options,
csrfToken,
Expand Down
1 change: 0 additions & 1 deletion packages/frameworks-sveltekit/src/lib/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ export async function signIn<
"Content-Type": "application/x-www-form-urlencoded",
"X-Auth-Return-Redirect": "1",
},
// @ts-expect-error -- ignore
body: new URLSearchParams({
...options,
csrfToken,
Expand Down

0 comments on commit 7ece5a0

Please sign in to comment.