Merge branch 'main' into feat/nextjs-auth

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

View File

@@ -51,6 +51,7 @@ export async function signIn<
"Content-Type": "application/x-www-form-urlencoded",
"X-Auth-Return-Redirect": "1",
},
// @ts-ignore
body: new URLSearchParams({
...options,
csrfToken,

View File

@@ -52,6 +52,7 @@ export async function signIn<
"Content-Type": "application/x-www-form-urlencoded",
"X-Auth-Return-Redirect": "1",
},
// @ts-ignore
body: new URLSearchParams({
...options,
csrfToken,