mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-18 06:35:35 +08:00
hide 3PID settings from guests
This commit is contained in:
parent
25bf4030de
commit
d8af6ec240
@ -280,7 +280,7 @@ module.exports = React.createClass({
|
||||
var addThreepidSection;
|
||||
if (this.state.email_add_pending) {
|
||||
addThreepidSection = <Loader />;
|
||||
} else {
|
||||
} else if (!MatrixClientPeg.get().isGuest) {
|
||||
addThreepidSection = (
|
||||
<div className="mx_UserSettings_profileTableRow" key="new">
|
||||
<div className="mx_UserSettings_profileLabelCell">
|
||||
|
Loading…
Reference in New Issue
Block a user