Skip to content

Commit

Permalink
fix: remove teams attribute from sampleUsers in default config
Browse files Browse the repository at this point in the history
  • Loading branch information
Tethik committed Sep 22, 2023
1 parent 24e4be4 commit f49af4d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions config/default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [],
},
];

Expand Down

0 comments on commit f49af4d

Please sign in to comment.