mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-15 00:04:59 +08:00
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:
parent
5eaabcf74d
commit
7e3e17a3e8
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user