Remove garbage region on user login
We have the X-API-Filter header now, and this is just BS anyway. No sense in keeping it around.
This commit is contained in:
Родитель
231c499eca
Коммит
f9f3244366
|
@ -104,7 +104,6 @@ class LoginResource(CORSResource, MarketplaceResource):
|
|||
'display_name': (UserProfile.objects
|
||||
.get(user=request.user).display_name),
|
||||
'email': request.user.email,
|
||||
'region': 'internet',
|
||||
}
|
||||
})
|
||||
return res
|
||||
|
|
Загрузка…
Ссылка в новой задаче