chore: improved form validation and feedback messages #31
3 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -88,4 +88,4 @@ export const actions = {
|
||||||
|
|
||||||
redirect(303, '/');
|
redirect(303, '/');
|
||||||
},
|
},
|
||||||
} satisfies Actions;
|
} satisfies Actions;
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue