aboutsummaryrefslogtreecommitdiff
path: root/src/user
diff options
context:
space:
mode:
Diffstat (limited to 'src/user')
-rw-r--r--src/user/routes.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/user/routes.go b/src/user/routes.go
index 0ac3e54..862545a 100644
--- a/src/user/routes.go
+++ b/src/user/routes.go
@@ -66,7 +66,6 @@ func Store(s *server.Server) http.HandlerFunc {
var user models.User
user.Username = r.PostFormValue("username")
user.Secret = r.PostFormValue("secret")
- user.Email = r.PostFormValue("email")
// Store user, this package (user) will init
// a validation hook to check values and hash secret