We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1309d09 commit 61f0521Copy full SHA for 61f0521
internal/auth/auth.go
@@ -331,7 +331,7 @@ func (auth *Authentication) AuthApi(
331
332
ipErr := securedCheck(user, r)
333
if ipErr != nil {
334
- log.Infof("auth api -> secured check failed: %s", err.Error())
+ log.Infof("auth api -> secured check failed: %s", ipErr.Error())
335
onfailure(rw, r, ipErr)
336
return
337
}
0 commit comments