mirror of
https://github.com/ershisan99/todolist_next.git
synced 2026-02-04 05:12:07 +00:00
sort tw classes
This commit is contained in:
@@ -13,6 +13,7 @@ const Login: NextPage = () => {
|
||||
e.preventDefault()
|
||||
const formData = new FormData(e.currentTarget)
|
||||
|
||||
// biome-ignore lint/suspicious/noExplicitAny: <explanation>
|
||||
const values = Object.fromEntries(formData) as any
|
||||
signUp(values)
|
||||
}
|
||||
@@ -23,7 +24,7 @@ const Login: NextPage = () => {
|
||||
className={"flex w-96 flex-col gap-3 rounded-md border p-6"}
|
||||
onSubmit={handleSubmit}
|
||||
>
|
||||
<h1 className={"text-2xl font-bold"}>Sign up</h1>
|
||||
<h1 className={"font-bold text-2xl"}>Sign up</h1>
|
||||
<label className={"flex flex-col gap-1"}>
|
||||
Username (optional)
|
||||
<Input name={"username"} type="text" />
|
||||
|
||||
Reference in New Issue
Block a user