summaryrefslogtreecommitdiffstats
path: root/modules/auth/repo.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/auth/repo.go')
-rw-r--r--modules/auth/repo.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/auth/repo.go b/modules/auth/repo.go
index e55ccb2894..981315d40f 100644
--- a/modules/auth/repo.go
+++ b/modules/auth/repo.go
@@ -22,6 +22,7 @@ type CreateRepoForm struct {
Visibility string `form:"visibility"`
Description string `form:"desc" binding:"MaxSize(100)"`
Language string `form:"language"`
+ License string `form:"license"`
InitReadme string `form:"initReadme"`
}