Skip to content

Commit

Permalink
Merge pull request #23 from patternfly/add-admins
Browse files Browse the repository at this point in the history
chore(auth): Add additional administrator accounts (Don and Nicole)
  • Loading branch information
dlabaj authored Apr 1, 2024
2 parents 128a097 + 9d199bb commit 71e37e1
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 71e37e1

Please sign in to comment.