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
Enhance team registration to check for duplicate admin emails case insensitively
- Updated the team registration logic to ensure that admin email checks are case insensitive, preventing duplicate registrations with varying cases.
- Added new tests to verify that registration fails when attempting to register a team with an admin email that matches an existing one, regardless of case.
0 commit comments