From 47acff05e281556632331ee164bf5bbf62d08581 Mon Sep 17 00:00:00 2001 From: Anik Ghosh Date: Mon, 14 Feb 2022 16:00:35 +0530 Subject: [PATCH] support for more jwt encryption types added --- dashboard/src/components/InputField.tsx | 27 ++++---- dashboard/src/constants.ts | 20 ++++++ dashboard/src/graphql/queries/index.ts | 2 + dashboard/src/pages/Environment.tsx | 92 +++++++++++++++++-------- 4 files changed, 97 insertions(+), 44 deletions(-) diff --git a/dashboard/src/components/InputField.tsx b/dashboard/src/components/InputField.tsx index 097c373..ede074d 100644 --- a/dashboard/src/components/InputField.tsx +++ b/dashboard/src/components/InputField.tsx @@ -259,17 +259,6 @@ const InputField = ({ ); } if (Object.values(SelectInputType).includes(inputType)) { - if (inputType === SelectInputType.JWT_TYPE) { - return ( - - ); - } const { options, ...rest } = props; return (