summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--webapp/components/mfa/components/setup.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/mfa/components/setup.jsx b/webapp/components/mfa/components/setup.jsx
index f7a287c15..a19e5d9fb 100644
--- a/webapp/components/mfa/components/setup.jsx
+++ b/webapp/components/mfa/components/setup.jsx
@@ -67,7 +67,7 @@ export default class Setup extends React.Component {
}
let mfaRequired;
- if (global.window.mm_config.EnforceMultifactorAuthentication) {
+ if (global.window.mm_config.EnforceMultifactorAuthentication === 'true') {
mfaRequired = (
<p>
<FormattedHTMLMessage