You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement team name uniqueness check in registration process
- Added logic to the team registration endpoint to check for existing team names in a case-insensitive manner, preventing duplicate team registrations.
- Introduced new tests to verify that registration fails when attempting to register a team with a name that already exists, regardless of case.
0 commit comments