Skip to content

Commit 20bf7c7

Browse files
authored
Merge branch 'epicweb-dev:main' into main
2 parents 89ae362 + 39bfc2b commit 20bf7c7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/routes/_auth+/login.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ export default function LoginPage({ actionData }: Route.ComponentProps) {
181181
<Link
182182
to={
183183
redirectTo
184-
? `/signup?${encodeURIComponent(redirectTo)}`
184+
? `/signup?redirectTo=${encodeURIComponent(redirectTo)}`
185185
: '/signup'
186186
}
187187
>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"sideEffects": false,
55
"license": "MIT",
66
"epic-stack": {
7-
"head": "de5a9ec8aa358876c31210f8fc6a31c3b90f54c9",
8-
"date": "2025-02-07T20:33:33Z"
7+
"head": "80b114fc0c1f3d6402627bc030d82e205dc3293c",
8+
"date": "2025-02-11T04:40:56Z"
99
},
1010
"author": "Kent C. Dodds <[email protected]> (https://kentcdodds.com/)",
1111
"type": "module",

0 commit comments

Comments
 (0)