Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
Hide UseNewSamlLibrary feature from system console (#6350)
Browse files Browse the repository at this point in the history
Co-authored-by: Mattermod <[email protected]>
  • Loading branch information
hahmadia and mattermod committed Sep 2, 2020
1 parent 045f1b2 commit 3e2f76a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/admin_console/admin_definition.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5015,7 +5015,7 @@ const AdminDefinition = {
help_text: t('admin.experimental.experimentalUseNewSAMLLibrary.desc'),
help_text_default: 'Enable an updated SAML Library, which does not require the XML Security Library (xmlsec1) to be installed. Warning: Not all providers have been tested. If you experience issues, please contact support: [https://about.mattermost.com/support/](!https://about.mattermost.com/support/). Changing this setting requires a server restart before taking effect.',
help_text_markdown: true,
isHidden: it.not(it.licensedForFeature('SAML')),
isHidden: true || it.not(it.licensedForFeature('SAML')),
isDisabled: it.not(it.userHasWritePermissionOnResource('experimental')),
},
{
Expand Down

0 comments on commit 3e2f76a

Please sign in to comment.