pull/14995/head
Marcus Efraimsson 6 years ago
parent c2accfa4c0
commit 8b3fe41b0a
No known key found for this signature in database
GPG Key ID: EBFE0FB04612DD4A
  1. 2
      pkg/api/login.go

@ -168,7 +168,7 @@ func (hs *HTTPServer) loginUserWithUser(user *m.User, c *m.ReqContext) {
err := hs.AuthTokenService.UserAuthenticatedHook(user, c)
if err != nil {
hs.log.Error("User auth hook failed", err)
hs.log.Error("User auth hook failed", "error", err)
}
}

Loading…
Cancel
Save