mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-16 21:22:59 +05:30
Temporary hide mfa feature
This commit is contained in:
parent
814a4f107f
commit
02e1b7407b
@ -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} />
|
||||
|
Loading…
Reference in New Issue
Block a user