Add debug point
This commit is contained in:
parent
85bbd1223e
commit
b7627a36a6
|
@ -579,6 +579,7 @@ func processAppleUserInfo(ctx context.Context, code string) (*models.User, error
|
||||||
}
|
}
|
||||||
|
|
||||||
claims := make(map[string]interface{})
|
claims := make(map[string]interface{})
|
||||||
|
log.Debug("Decoded data :%s", string(decodedClaimsData))
|
||||||
err = json.Unmarshal(decodedClaimsData, &claims)
|
err = json.Unmarshal(decodedClaimsData, &claims)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Debug("Failed to unmarshal claims data: ", err)
|
log.Debug("Failed to unmarshal claims data: ", err)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user