diff --git a/app/mobile/src/session/settings/Settings.jsx b/app/mobile/src/session/settings/Settings.jsx index e7b3d9f7..b60ddc1c 100644 --- a/app/mobile/src/session/settings/Settings.jsx +++ b/app/mobile/src/session/settings/Settings.jsx @@ -225,18 +225,20 @@ export function Settings({ drawer }) { - - - - - - - { state.strings.mfaTitle } - - - - + { state.mfaEnabled != null && ( + + + + + + + { state.strings.mfaTitle } + + + + + )} @@ -392,19 +394,23 @@ export function Settings({ drawer }) { { state.strings.logout } - - - - - - - - { state.strings.mfaTitle } - - - - + { state.mfaEnabled != null && ( + + )} + { state.mfaEnabled != null && ( + + + + + + + { state.strings.mfaTitle } + + + + + )}