Add a link from settings / devices to your user profile
Temporarily until you can verify devices in settings Fixes https://github.com/vector-im/riot-web/issues/13401
This commit is contained in:
parent
b3f19086f2
commit
ca0cede1aa
3 changed files with 14 additions and 1 deletions
|
@ -89,7 +89,7 @@ export default class UserSettingsDialog extends React.Component {
|
|||
tabs.push(new Tab(
|
||||
_td("Security & Privacy"),
|
||||
"mx_UserSettingsDialog_securityIcon",
|
||||
<SecurityUserSettingsTab />,
|
||||
<SecurityUserSettingsTab closeSettingsFn={this.props.onFinished} />,
|
||||
));
|
||||
if (SdkConfig.get()['showLabsSettings'] || SettingsStore.getLabsFeatures().length > 0) {
|
||||
tabs.push(new Tab(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue