Added TODO

This commit is contained in:
Sybren A. Stüvel 2016-10-20 13:01:23 +02:00
parent ad1816c617
commit c456696600

View File

@ -25,6 +25,7 @@ def get_user_info(user_id):
if not user:
return {}
# TODO: put those fields into a config var or module-level global.
return {'email': user.email,
'full_name': user.full_name,
'username': user.username}