mirror of
https://github.com/ramvignesh-b/pi-ku.git
synced 2026-05-04 15:56:56 +00:00
feat: implement account activation logic, add login drawer page, and improve form accessibility
This commit is contained in:
@@ -17,7 +17,12 @@ export default function FormField({
|
||||
}: FormFieldProps) {
|
||||
return (
|
||||
<div className="form-control">
|
||||
<label className="field-label font-display text-primary-content">{label}</label>
|
||||
<label
|
||||
htmlFor={registration.name}
|
||||
className="field-label font-display text-primary-content"
|
||||
>
|
||||
{label}
|
||||
</label>
|
||||
<input
|
||||
{...registration}
|
||||
type={type}
|
||||
|
||||
Reference in New Issue
Block a user