Debug-log the subclient ID too
This commit is contained in:
parent
c248e8c11b
commit
7b0c037529
@ -108,7 +108,8 @@ def validate_token(user_id, token, oauth_subclient_id):
|
||||
return None, None
|
||||
|
||||
# Validate against BlenderID.
|
||||
log.debug('Validating subclient token for BlenderID user %s', user_id)
|
||||
log.debug('Validating subclient token for BlenderID user %r, subclient %r', user_id,
|
||||
oauth_subclient_id)
|
||||
payload = {'user_id': user_id,
|
||||
'token': token}
|
||||
if oauth_subclient_id:
|
||||
|
Loading…
x
Reference in New Issue
Block a user