We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 741027a commit c25ec32Copy full SHA for c25ec32
frontend/src/types/AuthCredentials.ts
@@ -10,7 +10,6 @@ export const LoginCredentialsSchema = z.object({
10
export const SignupDataSchema = z.object({
11
email: z.string().email(),
12
password: z.string(),
13
- username: z.string().min(3).max(30), // Username constraints for signup
14
});
15
16
// Types based on the schemas
0 commit comments