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 && (