diff --git a/dashboard/src/components/EnvComponents/Features.tsx b/dashboard/src/components/EnvComponents/Features.tsx index 095146d..6da3028 100644 --- a/dashboard/src/components/EnvComponents/Features.tsx +++ b/dashboard/src/components/EnvComponents/Features.tsx @@ -1,5 +1,5 @@ import React from 'react'; -import { Flex, Stack, Text } from '@chakra-ui/react'; +import { Divider, Flex, Stack, Text } from '@chakra-ui/react'; import InputField from '../InputField'; import { SwitchInputType } from '../../constants'; @@ -10,7 +10,7 @@ const Features = ({ variables, setVariables }: any) => { Disable Features - + Disable Login Page: @@ -83,9 +83,15 @@ const Features = ({ variables, setVariables }: any) => { /> - - - Disable Multi Factor Authentication: + + + + Disable Multi Factor Authentication (MFA): + + + Note: Enabling this will ignore Enforcing MFA shown below and will + also ignore the user MFA setting. + { - + + Enable Features - - - - Enforce Multi Factor Authentication: + + + + + Enforce Multi Factor Authentication (MFA): + + + Note: If you disable enforcing after it was enabled, it will still + keep MFA enabled for older users. +