fix(www): display account form name input error (#381)

* docs: display account form name input error

Closes: #380

* style: remove callback return statement
This commit is contained in:
moshyfawn
2023-05-20 00:40:01 -04:00
committed by GitHub
parent 4ccff13f9c
commit f9d399172c

View File

@@ -103,6 +103,7 @@ export function AccountForm() {
This is the name that will be displayed on your profile and in
emails.
</FormDescription>
<FormMessage />
</FormItem>
)}
/>