Skip to content

Commit

Permalink
UPDATE: limited access list
Browse files Browse the repository at this point in the history
Co-authored-by: andregroseth <[email protected]>
  • Loading branch information
JeremiahUy and andregroseth committed Feb 14, 2025
1 parent 2c1f1e6 commit ba32d8a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/frontend/src/util/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@ export const termUrl = (termId: string) =>
export const isDev: boolean =
window.location.origin.includes('.dev.') || window.location.origin.includes('localhost')

export const isInLimitedAccess = (ident: string) =>
['H103464', 'R154124', 'G155120', 'U155122'].includes(ident)
export const isInLimitedAccess = (ident: string) => ['H103464', 'R154124'].includes(ident)

0 comments on commit ba32d8a

Please sign in to comment.