From 4f1597e5d267279b7827ef8bdf8ea0bd81b34be9 Mon Sep 17 00:00:00 2001 From: Lakhan Samani Date: Sat, 13 Aug 2022 11:57:03 +0530 Subject: [PATCH] fix: update note on features --- .../src/components/EnvComponents/Features.tsx | 33 +++++++++++++------ dashboard/src/graphql/queries/index.ts | 2 +- 2 files changed, 24 insertions(+), 11 deletions(-) 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. +