aboutsummaryrefslogtreecommitdiff
path: root/src/signUpSchema.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/signUpSchema.ts')
-rw-r--r--src/signUpSchema.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/signUpSchema.ts b/src/signUpSchema.ts
index 3b75ba1..338e137 100644
--- a/src/signUpSchema.ts
+++ b/src/signUpSchema.ts
@@ -44,8 +44,8 @@ const favLangSchema = z.object({
export const form3Schema = z.object({
// favLangs: z.array(favLangSchema),
- hasGitHubRepo: z.boolean(),
- gitHubUsername: z.string(),
+ hasGithubRepo: z.boolean(),
+ githubUsername: z.string(),
repoName: z.string(),
})