Skip to content

Commit ad02d50

Browse files
committed
Ignore the "Allow client class creation" box
1 parent f28b346 commit ad02d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dashboard/Settings/SecuritySettings.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export default class SecuritySettings extends DashboardView {
111111
{/*label={<Label text='Reset master key' description={<span>This will permanently reset the master <br/>key to a newly generated key.</span>} />}*/}
112112
{/*input={<FormButton color='red' value='Reset Master Key' onClick={() => this.setState({ showResetDialog: true })} />} />*/}
113113
{/*</Fieldset>*/}
114-
{permissions}
114+
{/*{permissions}*/}
115115
{/*{resetDialog}*/}
116116
<Toolbar section='Settings' subsection='Security & Keys' />
117117
</div>

0 commit comments

Comments
 (0)