WIP Create site

This commit is contained in:
Owen Schwartz
2024-10-17 00:08:14 -04:00
parent 3eca2ab08e
commit 1298182e86
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ const accountFormSchema = z.object({
type AccountFormValues = z.infer<typeof accountFormSchema>;
const defaultValues: Partial<AccountFormValues> = {
name: "Wombat",
name: "",
method: "wg"
};