Add org email address to orgs list
This commit is contained in:
parent
ad5beab3ef
commit
a37b9394d9
2 changed files with 5 additions and 0 deletions
|
@ -131,6 +131,7 @@ class SuperUserLogs(ApiResource):
|
|||
def org_view(org):
|
||||
return {
|
||||
'name': org.username,
|
||||
'email': org.email,
|
||||
'avatar': avatar.get_data_for_org(org),
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue