chore: Remove unecessary OAauth2 log
This commit is contained in:
parent
0046ae427d
commit
470f31db6e
|
|
@ -350,7 +350,6 @@ func (h *OAuth2Handler) CheckUserFromOAuth2Cookie(context *authTypes.AuthCheckin
|
|||
user := &authTypes.AuthenticatedUser{}
|
||||
|
||||
if err != nil {
|
||||
log.Warnf("Failed to read OAuth2 cookie: %v", err)
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue