Add error handeling handling to the signup form

This commit is contained in:
Sean Morley
2024-05-24 15:44:28 +00:00
parent 5ee4d91473
commit c3b84c912d
4 changed files with 53 additions and 44 deletions

View File

@@ -73,7 +73,7 @@
<div class="flex justify-center mb-4">
<form
method="POST"
action="/signup"
action="?/adduser"
use:enhance={addUser}
class="w-full max-w-xs"
>