Fix enforcement text on MFA setup page (#5042)
Этот коммит содержится в:
коммит произвёл
Harrison Healey
родитель
04893cbe7c
Коммит
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
|
||||
|
||||
Ссылка в новой задаче
Block a user