Skip to content

Commit 7e3e17a

Browse files
authored
Link "Create an account" button to registration page (#2583)
Fixes: #2328 Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
1 parent 5eaabcf commit 7e3e17a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/room/RoomAuthView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export const RoomAuthView: FC = () => {
117117
Not registered yet?{" "}
118118
<Link
119119
color="primary"
120-
to={{ pathname: "/login", state: { from: location } }}
120+
to={{ pathname: "/register", state: { from: location } }}
121121
>
122122
Create an account
123123
</Link>

0 commit comments

Comments
 (0)