diff --git a/ui/src/components/AuthPageBase.tsx b/ui/src/components/AuthPageBase.tsx
index e98c014e7..6aa397757 100644
--- a/ui/src/components/AuthPageBase.tsx
+++ b/ui/src/components/AuthPageBase.tsx
@@ -7,7 +7,7 @@ import "./style/AuthBasePage.sass";
export const AuthPageBase: React.FC = ({children}) => {
return
-

+
{children}
;
diff --git a/ui/src/components/InstallPage.tsx b/ui/src/components/InstallPage.tsx
index 69241da98..5c88fca1d 100644
--- a/ui/src/components/InstallPage.tsx
+++ b/ui/src/components/InstallPage.tsx
@@ -1,4 +1,4 @@
-import { Button, TextField } from "@material-ui/core";
+import { Button } from "@material-ui/core";
import React, { useContext, useState } from "react";
import { MizuContext, Page } from "../EntApp";
import { adminUsername } from "../consts";
diff --git a/ui/src/components/LoginPage.tsx b/ui/src/components/LoginPage.tsx
index 02b37058a..8ebc51372 100644
--- a/ui/src/components/LoginPage.tsx
+++ b/ui/src/components/LoginPage.tsx
@@ -1,4 +1,4 @@
-import { Button, TextField } from "@material-ui/core";
+import { Button } from "@material-ui/core";
import React, { useContext, useState } from "react";
import { toast } from "react-toastify";
import { MizuContext, Page } from "../EntApp";