Skip to content

Commit c25ec32

Browse files
committed
Update AuthCredentials.ts SignupDataSchema fields
1 parent 741027a commit c25ec32

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/src/types/AuthCredentials.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ export const LoginCredentialsSchema = z.object({
1010
export const SignupDataSchema = z.object({
1111
email: z.string().email(),
1212
password: z.string(),
13-
username: z.string().min(3).max(30), // Username constraints for signup
1413
});
1514

1615
// Types based on the schemas

0 commit comments

Comments
 (0)