mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-08 02:06:36 +02:00
Enable teams
This commit is contained in:
@@ -79,7 +79,7 @@ export function TeamDropdown() {
|
|||||||
if (
|
if (
|
||||||
!user?.email.endsWith('@insightpartners.com') &&
|
!user?.email.endsWith('@insightpartners.com') &&
|
||||||
!user?.email.endsWith('@roadmap.sh') &&
|
!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;
|
return null;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user