Remove temporary debug logging
This commit is contained in:
parent
af6d7a8a0b
commit
eefc99e807
2 changed files with 0 additions and 7 deletions
|
|
@ -488,9 +488,5 @@ func (u *User) FromClaim(claims *OIDCClaims, emailVerifiedRequired bool) {
|
|||
u.Provider = util.RegisterMethodOIDC
|
||||
|
||||
// Store OIDC groups for role-based access control
|
||||
log.Debug().
|
||||
Int("groups_count", len(claims.Groups)).
|
||||
Strs("groups", claims.Groups).
|
||||
Msg("FromClaim: SetGroups input")
|
||||
u.SetGroups(claims.Groups)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue