Skip to content

Commit

Permalink
fix bad join link
Browse files Browse the repository at this point in the history
  • Loading branch information
boazsender committed Apr 1, 2024
1 parent 3230667 commit 518a806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/auth.join.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export default function Join() {
<Link
className="underline"
to={{
pathname: "/auth/auth/login",
pathname: "/auth/login",
search: searchParams.toString(),
}}
>
Expand Down

0 comments on commit 518a806

Please sign in to comment.