feat: implement user registration functionality with form validation and API integration

This commit is contained in:
Ardeman
2025-03-01 01:00:52 +08:00
parent fd745c20a0
commit 42eb159a52
4 changed files with 191 additions and 90 deletions
+1 -3
View File
@@ -63,7 +63,7 @@ export const FormLogin = () => {
>
<Input
id="email"
label="Email / No Telepon"
label="Email"
placeholder="Contoh: legal@legalgo.id"
name="email"
/>
@@ -80,7 +80,6 @@ export const FormLogin = () => {
<div className="text-sm text-red-500 capitalize">{error}</div>
)}
{/* Lupa Kata Sandi */}
<div className="flex items-center justify-between text-sm">
<span className="text-gray-600">Lupa Kata Sandi?</span>
<Button
@@ -96,7 +95,6 @@ export const FormLogin = () => {
</Button>
</div>
{/* Tombol Masuk */}
<Button
disabled={disabled}
type="submit"