From 06214f0b1d118ecfaeb95f8290fd35fb8b8d40be Mon Sep 17 00:00:00 2001 From: Lakhan Samani Date: Mon, 4 Dec 2023 13:37:58 +0530 Subject: [PATCH] feat: add switch to enable totp --- dashboard/src/components/EnvComponents/Features.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dashboard/src/components/EnvComponents/Features.tsx b/dashboard/src/components/EnvComponents/Features.tsx index 77553bf..4c72693 100644 --- a/dashboard/src/components/EnvComponents/Features.tsx +++ b/dashboard/src/components/EnvComponents/Features.tsx @@ -108,11 +108,10 @@ const Features = ({ variables, setVariables }: any) => { /> - {/** TODO enable after final release */} - {/* {!variables.DISABLE_MULTI_FACTOR_AUTHENTICATION && ( + {!variables.DISABLE_MULTI_FACTOR_AUTHENTICATION && ( - TOTP: + Time Based OTP (TOTP): Note: to enable totp mfa @@ -125,7 +124,7 @@ const Features = ({ variables, setVariables }: any) => { /> - )} */} + )} {!variables.DISABLE_MULTI_FACTOR_AUTHENTICATION && (