fix(client): remove unused declaration

This commit is contained in:
Balázs Orbán
2023-06-14 14:48:22 +02:00
parent 6c9dfff45f
commit fe442522ef

View File

@@ -61,7 +61,6 @@ export async function signIn<
})
const data = await res.clone().json()
const error = new URL(data.url).searchParams.get("error")
if (redirect || !isSupportingReturn) {
// TODO: Do not redirect for Credentials and Email providers by default in next major