feat: update signup and OTP verification forms to enhance error handling and state management
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 4m16s

This commit is contained in:
2025-04-17 15:18:01 +05:00
parent 470e8452b5
commit 1e023ebf13
3 changed files with 26 additions and 37 deletions

View File

@ -34,6 +34,9 @@ export default function SignUpForm() {
const [actionState, action, isPending] = React.useActionState(signup, {
message: "",
db_error: "",
errors: undefined,
payload: new FormData(),
});
React.useEffect(() => {