diff --git a/config/default.ts b/config/default.ts index 88ec2b24..55ca2379 100644 --- a/config/default.ts +++ b/config/default.ts @@ -93,19 +93,16 @@ export const defaultConfig: GramConfiguration = { name: "User", sub: "user@localhost", // Must be the same as sub provided by IdentityProvider for authz to work mail: "user@localhost", - teams: [], }, { name: "Reviewer", sub: "reviewer@localhost", mail: "reviewer@localhost", - teams: [], }, { name: "Admin", sub: "admin@localhost", mail: "admin@localhost", - teams: [], }, ];