fix / AEB-68 account type doesn't displayed correctly
This commit is contained in:
@@ -33,7 +33,8 @@ class UserDataView(APIView):
|
||||
"name": "Иван",
|
||||
"surname": "Иванов",
|
||||
"imageURL": "https://example.com/avatar.jpg",
|
||||
"uuid": "abc123"
|
||||
"uuid": "abc123",
|
||||
"account_type": "admin"
|
||||
}
|
||||
)
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user