[GH-21566] Add request context and logger to all public methods in server/channels/app/authentication.go (#25270)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
dd46afacd6
Коммит
a6ba7163c8
@@ -145,7 +145,7 @@ func completeSaml(c *Context, w http.ResponseWriter, r *http.Request) {
|
||||
return
|
||||
}
|
||||
|
||||
if err = c.App.CheckUserAllAuthenticationCriteria(user, ""); err != nil {
|
||||
if err = c.App.CheckUserAllAuthenticationCriteria(c.AppContext, user, ""); err != nil {
|
||||
handleError(err)
|
||||
return
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user