chore: improved form validation and feedback messages #31

Merged
BenjaminPalko merged 2 commits from proper-form-validation-and-feedback into master 2024-12-20 17:17:49 -05:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 6f685960fb - Show all commits

View file

@ -8,4 +8,4 @@
"password_incorrect": "Password is incorrect", "password_incorrect": "Password is incorrect",
"email_inuse": "Email is already in use", "email_inuse": "Email is already in use",
"user_not_found": "The user could not be found" "user_not_found": "The user could not be found"
} }

View file

@ -88,4 +88,4 @@ export const actions = {
redirect(303, '/'); redirect(303, '/');
}, },
} satisfies Actions; } satisfies Actions;

View file

@ -64,4 +64,4 @@
.page { .page {
@apply flex flex-col items-center justify-around gap-24 py-[10%]; @apply flex flex-col items-center justify-around gap-24 py-[10%];
} }
</style> </style>