From 02e1b7407bb99cacf0dca6d14a116668fd250f7e Mon Sep 17 00:00:00 2001 From: SleepWalker <mybox@udf.su> Date: Wed, 1 Nov 2017 19:42:19 +0200 Subject: [PATCH] Temporary hide mfa feature --- src/components/profile/Profile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/profile/Profile.js b/src/components/profile/Profile.js index d77593d..b840de3 100644 --- a/src/components/profile/Profile.js +++ b/src/components/profile/Profile.js @@ -91,7 +91,7 @@ class Profile extends Component { /> <ProfileField - link="/profile/mfa" + link={null && '/profile/mfa'} label={<Message {...messages.twoFactorAuth} />} value={user.isOtpEnabled ? ( <Message {...messages.enabled} />