diff options
Diffstat (limited to 'internal/form/user.go')
-rw-r--r-- | internal/form/user.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/form/user.go b/internal/form/user.go index fee0569d..1e3c4678 100644 --- a/internal/form/user.go +++ b/internal/form/user.go @@ -31,6 +31,7 @@ type Install struct { AppUrl string `binding:"Required"` LogRootPath string `binding:"Required"` EnableConsoleMode bool + DefaultBranch string SMTPHost string SMTPFrom string |