build fix and remove username

This commit is contained in:
Timur Ercan
2023-01-19 14:18:04 +01:00
parent 45ed02387e
commit 3785d89550
4 changed files with 1 additions and 4 deletions

View File

@ -206,7 +206,7 @@ export default function Setttings() {
</label>
<input
disabled
value={user?.email}
value={user?.email!}
type="text"
name="first-name"
id="first-name"

View File

@ -8,7 +8,6 @@ import { toast, Toast, Toaster } from "react-hot-toast";
import Logo from "./logo";
type FormValues = {
username: string;
email: string;
password: string;
apiError: string;