Skip to content

Commit

Permalink
Fix update user auth. (#10013)
Browse files Browse the repository at this point in the history
  • Loading branch information
crspeller committed Dec 17, 2018
1 parent d5b613c commit f31df93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api4/user.go
Expand Up @@ -801,6 +801,7 @@ func updateUserAuth(c *Context, w http.ResponseWriter, r *http.Request) {
user, err := c.App.UpdateUserAuth(c.Params.UserId, userAuth)
if err != nil {
c.Err = err
return
}

c.LogAuditWithUserId(c.Params.UserId, fmt.Sprintf("updated user auth to service=%v", user.AuthService))
Expand Down

0 comments on commit f31df93

Please sign in to comment.