Skip to content

Commit 6aeb9ef

Browse files
committed
Fix test
1 parent 82e4596 commit 6aeb9ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/forms/user_form.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func (f *InstallForm) Validate(req *http.Request, errs binding.Errors) binding.E
8585
// RegisterForm form for registering
8686
type RegisterForm struct {
8787
UserName string `binding:"Required;AlphaDashDot;MaxSize(40)"`
88-
Email string `binding:"Required;Email;MaxSize(254)"`
88+
Email string `binding:"Required;MaxSize(254)"`
8989
Password string `binding:"MaxSize(255)"`
9090
Retype string
9191
GRecaptchaResponse string `form:"g-recaptcha-response"`

0 commit comments

Comments
 (0)