Skip to content

Commit 31c03c9

Browse files
authored
typo in redirect url for response with error (#3758)
1 parent 74df39a commit 31c03c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/routes/signin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export default async function signin(params: {
7070
return {
7171
redirect: `${url}/error?${new URLSearchParams({
7272
error: error as string,
73-
})}}`,
73+
})}`,
7474
}
7575
}
7676

0 commit comments

Comments
 (0)