Merge branch 'main' into feat/nextjs-auth

This commit is contained in:
Balázs Orbán
2023-05-04 22:05:27 +02:00
2 changed files with 0 additions and 2 deletions

View File

@@ -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,

View File

@@ -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,