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.
2 parents 89ae362 + 39bfc2b commit 20bf7c7Copy full SHA for 20bf7c7
app/routes/_auth+/login.tsx
@@ -181,7 +181,7 @@ export default function LoginPage({ actionData }: Route.ComponentProps) {
181
<Link
182
to={
183
redirectTo
184
- ? `/signup?${encodeURIComponent(redirectTo)}`
+ ? `/signup?redirectTo=${encodeURIComponent(redirectTo)}`
185
: '/signup'
186
}
187
>
package.json
@@ -4,8 +4,8 @@
4
"sideEffects": false,
5
"license": "MIT",
6
"epic-stack": {
7
- "head": "de5a9ec8aa358876c31210f8fc6a31c3b90f54c9",
8
- "date": "2025-02-07T20:33:33Z"
+ "head": "80b114fc0c1f3d6402627bc030d82e205dc3293c",
+ "date": "2025-02-11T04:40:56Z"
9
},
10
"author": "Kent C. Dodds <[email protected]> (https://kentcdodds.com/)",
11
"type": "module",
0 commit comments