mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-02 19:11:42 +02:00
link to #/register
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
83cb1e6e29
commit
8715b5233c
@ -92,7 +92,7 @@ var FilePanel = React.createClass({
|
||||
render: function() {
|
||||
if (MatrixClientPeg.get().isGuest()) {
|
||||
return <div className="mx_FilePanel mx_RoomView_messageListWrapper">
|
||||
<div className="mx_RoomView_empty">You must register to use this functionality</div>
|
||||
<div className="mx_RoomView_empty">You must <a href="#/register">register</a> to use this functionality</div>
|
||||
</div>;
|
||||
} else if (this.noRoom) {
|
||||
return <div className="mx_FilePanel mx_RoomView_messageListWrapper">
|
||||
|
Loading…
x
Reference in New Issue
Block a user