diff --git a/dashboard/src/components/EnvComponents/SecurityAdminSecret.tsx b/dashboard/src/components/EnvComponents/SecurityAdminSecret.tsx
index b3e27d8..cf39f6c 100644
--- a/dashboard/src/components/EnvComponents/SecurityAdminSecret.tsx
+++ b/dashboard/src/components/EnvComponents/SecurityAdminSecret.tsx
@@ -11,7 +11,7 @@ import {
} from "@chakra-ui/react";
import { FaRegEyeSlash, FaRegEye } from "react-icons/fa";
import InputField from "../InputField";
-import { TextInputType, HiddenInputType } from "../../constants";
+import { HiddenInputType } from "../../constants";
const SecurityAdminSecret = ({
variables,
setVariables,
diff --git a/dashboard/src/components/EnvComponents/SocialMediaLogin.tsx b/dashboard/src/components/EnvComponents/SocialMediaLogin.tsx
index 38df534..bfc0101 100644
--- a/dashboard/src/components/EnvComponents/SocialMediaLogin.tsx
+++ b/dashboard/src/components/EnvComponents/SocialMediaLogin.tsx
@@ -1,10 +1,9 @@
import React from "react";
-import { Flex, Stack, Text, useMediaQuery } from "@chakra-ui/react";
+import { Flex, Stack, Text } from "@chakra-ui/react";
import InputField from "../InputField";
import { SwitchInputType } from "../../constants";
const UICustomization = ({ variables, setVariables }: any) => {
- const [isNotSmallerScreen] = useMediaQuery("(min-width:600px)");
return (
{" "}
diff --git a/dashboard/src/components/Menu.tsx b/dashboard/src/components/Menu.tsx
index 937893d..637f414 100644
--- a/dashboard/src/components/Menu.tsx
+++ b/dashboard/src/components/Menu.tsx
@@ -36,11 +36,9 @@ import {
FiShieldOff,
} from "react-icons/fi";
import { BiCustomize } from "react-icons/bi";
-import { FcDatabase } from "react-icons/fc";
import { AiOutlineKey } from "react-icons/ai";
import { SiOpenaccess, SiJsonwebtokens } from "react-icons/si";
import { MdSecurity } from "react-icons/md";
-import { RiSkullLine } from "react-icons/ri";
import { RiDatabase2Line } from "react-icons/ri";
import { BsCheck2Circle } from "react-icons/bs";
import { HiOutlineMail, HiOutlineOfficeBuilding } from "react-icons/hi";
@@ -117,7 +115,6 @@ const LinkItems: Array = [
],
},
{ name: "Users", icon: FiUsers, route: "/users" },
- // { name: "AUsers", icon: FiUsers, route: "/usersa" },
];
interface SidebarProps extends BoxProps {
diff --git a/dashboard/src/pages/Environment.tsx b/dashboard/src/pages/Environment.tsx
index db09298..cf6d786 100644
--- a/dashboard/src/pages/Environment.tsx
+++ b/dashboard/src/pages/Environment.tsx
@@ -216,7 +216,6 @@ const Environment = () => {
fieldVisibility={fieldVisibility}
setFieldVisibility={setFieldVisibility}
SelectInputType={SelectInputType.JWT_TYPE}
- // value={SelectInputType.JWT_TYPE}
HMACEncryptionType={HMACEncryptionType}
RSAEncryptionType={RSAEncryptionType}
ECDSAEncryptionType={ECDSAEncryptionType}
@@ -284,10 +283,6 @@ const Environment = () => {
);
default: