diff options
Diffstat (limited to 'modules/auth')
-rw-r--r-- | modules/auth/org.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/auth/org.go b/modules/auth/org.go index 94e659cb5b..509358882a 100644 --- a/modules/auth/org.go +++ b/modules/auth/org.go @@ -62,6 +62,7 @@ type CreateTeamForm struct { Description string `binding:"MaxSize(255)"` Permission string Units []models.UnitType + RepoAccess string } // Validate validates the fields |