Skip to content

Commit

Permalink
chore(auth): Add additional administrator accounts (Don and Nicole)
Browse files Browse the repository at this point in the history
  • Loading branch information
wise-king-sullyman committed Apr 1, 2024
1 parent 128a097 commit 9d199bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/TestStatusTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const TestStatusTable: React.FunctionComponent<TestStatusTableProps> = ({
}: TestStatusTableProps) => {
const { data: session } = useSession();

const adminEmails = ["[email protected]"];
const adminEmails = ["[email protected]", "[email protected]", "[email protected]"];
const adminAuthenticated = adminEmails.includes(session?.user?.email || "");

const adminControlButtons = (
Expand Down

0 comments on commit 9d199bb

Please sign in to comment.