summaryrefslogtreecommitdiffstats
path: root/model
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2015-11-11 10:23:28 -0500
committerJoram Wilander <jwawilander@gmail.com>2015-11-11 10:23:28 -0500
commitc305dd34d2003c1893ed1f7c71d92cbdf8ce47be (patch)
treeafb28f972c4cf37b63f6d6564e9567ea76e2baf0 /model
parent0c43957c599c6be16cd25815e8002f6638f93fa2 (diff)
parentb88122bf6d472f317df85bd54df18d25b1965566 (diff)
downloadchat-c305dd34d2003c1893ed1f7c71d92cbdf8ce47be.tar.gz
chat-c305dd34d2003c1893ed1f7c71d92cbdf8ce47be.tar.bz2
chat-c305dd34d2003c1893ed1f7c71d92cbdf8ce47be.zip
Merge pull request #1390 from florianorben/fix-unable-to-change-pass
Fix: Unable to change password
Diffstat (limited to 'model')
-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"`