Link "Create an account" button to registration page (#2583)
Fixes: #2328 Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user