diff --git a/apps/client/src/widgets/type_widgets/options/multi_factor_authentication.tsx b/apps/client/src/widgets/type_widgets/options/multi_factor_authentication.tsx
index efbc0d972..bebb51eca 100644
--- a/apps/client/src/widgets/type_widgets/options/multi_factor_authentication.tsx
+++ b/apps/client/src/widgets/type_widgets/options/multi_factor_authentication.tsx
@@ -14,15 +14,20 @@ import Button from "../../react/Button"
import dialog from "../../../services/dialog"
import toast from "../../../services/toast"
import RawHtml from "../../react/RawHtml"
+import { isElectron } from "../../../services/utils"
export default function MultiFactorAuthenticationSettings() {
const [ mfaEnabled, setMfaEnabled ] = useTriliumOptionBool("mfaEnabled");
- return (
- <>
-