Этот коммит содержится в:
Christopher Speller
2018-12-17 12:04:30 -08:00
коммит произвёл Joram Wilander
родитель 8429add371
Коммит ef4e37fb6b
2 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@@ -856,6 +856,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))