feat: add age validation in signup and update payment verification logic
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 5m17s

This commit is contained in:
2025-04-20 12:36:24 +05:00
parent f7122cb252
commit 0c093f1303
5 changed files with 31 additions and 193 deletions

View File

@ -230,6 +230,11 @@ export default function SignUpForm() {
{actionState?.errors?.fieldErrors?.dob}
</span>
)}
{actionState?.db_error === "dob" && (
<span className="text-sm inline-block text-red-500">
{actionState?.message}
</span>
)}
</div>
<div>
<label htmlFor="accNo" className="text-sm">