mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-01 06:50:26 +02:00
Enable teams
This commit is contained in:
@@ -79,7 +79,7 @@ export function TeamDropdown() {
|
||||
if (
|
||||
!user?.email.endsWith('@insightpartners.com') &&
|
||||
!user?.email.endsWith('@roadmap.sh') &&
|
||||
!['arikchangma@gmail.com', 'kamranahmed.se@gmail.com'].includes(user?.email!)
|
||||
!['arikchangma@gmail.com', 'kamranahmed.se@gmail.com', 'stephen.chetcuti@gmail.com'].includes(user?.email!)
|
||||
) {
|
||||
return null;
|
||||
}
|
||||
|
Reference in New Issue
Block a user