mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Fix enforcement text on MFA setup page (#5042)
This commit is contained in:
committed by
Harrison Healey
parent
04893cbe7c
commit
a5dd7e6d63
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user