Skip to content

Commit

Permalink
chore: update server file to add email address for khayal to authoriz…
Browse files Browse the repository at this point in the history
…ed users list (#355)

Co-authored-by: Khayal Alasgarov <[email protected]>
  • Loading branch information
kalasgarov and Khayal Alasgarov authored Oct 25, 2024
1 parent 072e985 commit 7bcd57f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/server-doj/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export const createCustomServer = async (db: DatabaseContext): Promise<any> => {
'[email protected]',
'[email protected]',
'[email protected]',
'[email protected]',
// DOJ test users
'[email protected]',
'[email protected]',
Expand Down
1 change: 1 addition & 0 deletions apps/server-kansas/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export const createCustomServer = async (db: DatabaseContext): Promise<any> => {
'[email protected]',
'[email protected]',
'[email protected]',
'[email protected]',
].includes(email.toLowerCase());
},
});
Expand Down

0 comments on commit 7bcd57f

Please sign in to comment.