We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c9dfff commit fe44252Copy full SHA for fe44252
packages/frameworks-sveltekit/src/lib/client.ts
@@ -61,7 +61,6 @@ export async function signIn<
61
})
62
63
const data = await res.clone().json()
64
- const error = new URL(data.url).searchParams.get("error")
65
66
if (redirect || !isSupportingReturn) {
67
// TODO: Do not redirect for Credentials and Email providers by default in next major
0 commit comments