mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 15:53:02 +10:00
build fix and remove username
This commit is contained in:
@ -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"
|
||||
|
||||
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user