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 (