Skip to content

Commit

Permalink
add admin permission (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
thuypham03 authored Sep 22, 2023
1 parent 2399670 commit 6970c5e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions frontend/src/constants/HomeConsts.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
export const loadingLength = 5;
export const admins: string[] = [
'cri23@cornell.edu',
'asl256@cornell.edu',
'am2749@cornell.edu',
'dj263@cornell.edu',
'feb47@cornell.edu',
'gs622@cornell.edu',
'jh2228@cornell.edu',
'kjc249@cornell.edu',
'tp267@cornell.edu',
'sy398@cornell.edu',
'tpp38@cornell.edu',
'cri23@cornell.edu', // Cyrus
'asl256@cornell.edu', // Ankit
'gs622@cornell.edu', // Grace
'jh2228@cornell.edu', // Jessica
'kjc249@cornell.edu', // Katherine
'sy398@cornell.edu', // Sarah
'tpp38@cornell.edu', // Sophia
'cl874@cornell.edu', // Clara
'km653@cornell.edu', // Kevin
'mml267@cornell.edu', // Miranda
'to98@cornell.edu', // Tina
];

0 comments on commit 6970c5e

Please sign in to comment.