feat: implement account activation logic, add login drawer page, and improve form accessibility

This commit is contained in:
Your Name
2026-04-10 16:21:19 +05:30
parent 05ead7b947
commit 7d61ebd69c
6 changed files with 129 additions and 8 deletions
+6 -1
View File
@@ -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}