We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f28b346 commit ad02d50Copy full SHA for ad02d50
src/dashboard/Settings/SecuritySettings.react.js
@@ -111,7 +111,7 @@ export default class SecuritySettings extends DashboardView {
111
{/*label={<Label text='Reset master key' description={<span>This will permanently reset the master <br/>key to a newly generated key.</span>} />}*/}
112
{/*input={<FormButton color='red' value='Reset Master Key' onClick={() => this.setState({ showResetDialog: true })} />} />*/}
113
{/*</Fieldset>*/}
114
- {permissions}
+ {/*{permissions}*/}
115
{/*{resetDialog}*/}
116
<Toolbar section='Settings' subsection='Security & Keys' />
117
</div>
0 commit comments