diff --git a/src/components/LoginPage.jsx b/src/components/LoginPage.jsx
index aa1cd03..b177efa 100644
--- a/src/components/LoginPage.jsx
+++ b/src/components/LoginPage.jsx
@@ -21,7 +21,6 @@ import {
CircularProgress,
MenuItem,
Select,
- TextField,
Typography,
} from "@mui/material";
import { styled } from "@mui/material/styles";
@@ -127,20 +126,6 @@ const LoginPage = () => {
}
}
- const renderInput = ({
- meta: { touched, error } = {},
- input: { ...inputProps },
- ...props
- }) => (
-
- );
-
const validateBaseUrl = value => {
if (!value.match(/^(http|https):\/\//)) {
return translate("synapseadmin.auth.protocol_error");
@@ -219,7 +204,6 @@ const LoginPage = () => {
{
{