mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-22 04:46:40 +00:00
WIP Create site
This commit is contained in:
@@ -45,7 +45,7 @@ const accountFormSchema = z.object({
|
||||
type AccountFormValues = z.infer<typeof accountFormSchema>;
|
||||
|
||||
const defaultValues: Partial<AccountFormValues> = {
|
||||
name: "Wombat",
|
||||
name: "",
|
||||
method: "wg"
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user