summaryrefslogtreecommitdiffstats
path: root/model/user.go
diff options
context:
space:
mode:
authorFlorian Orben <florian.orben@gmail.com>2015-11-11 00:13:50 +0100
committerFlorian Orben <florian.orben@gmail.com>2015-11-11 00:13:50 +0100
commitb88122bf6d472f317df85bd54df18d25b1965566 (patch)
tree75e655adc64cd10a48b397e5f67229239298d31f /model/user.go
parent6272f0f0252edcf86139d656ce13d3e3189da19e (diff)
downloadchat-b88122bf6d472f317df85bd54df18d25b1965566.tar.gz
chat-b88122bf6d472f317df85bd54df18d25b1965566.tar.bz2
chat-b88122bf6d472f317df85bd54df18d25b1965566.zip
Fix: Unable to change password
Diffstat (limited to 'model/user.go')
-rw-r--r--model/user.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/model/user.go b/model/user.go
index 0ce8e1733..35bd724d2 100644
--- a/model/user.go
+++ b/model/user.go
@@ -35,7 +35,7 @@ type User struct {
Username string `json:"username"`
Password string `json:"password,omitempty"`
AuthData string `json:"auth_data,omitempty"`
- AuthService string `json:"auth_service,omitempty"`
+ AuthService string `json:"auth_service"`
Email string `json:"email"`
EmailVerified bool `json:"email_verified,omitempty"`
Nickname string `json:"nickname"`