Skip to content

Commit

Permalink
Link "Create an account" button to registration page (#2583)
Browse files Browse the repository at this point in the history
Fixes: #2328

Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
  • Loading branch information
Johennes authored Aug 27, 2024
1 parent 5eaabcf commit 7e3e17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/room/RoomAuthView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export const RoomAuthView: FC = () => {
Not registered yet?{" "}
<Link
color="primary"
to={{ pathname: "/login", state: { from: location } }}
to={{ pathname: "/register", state: { from: location } }}
>
Create an account
</Link>
Expand Down

0 comments on commit 7e3e17a

Please sign in to comment.