Improved authentication; added fallbacks to 3D; cleaner dashboard charts

This commit is contained in:
iv_vuytsik
2025-10-22 21:28:10 +03:00
parent 34e84213c7
commit 932b16d4f4
18 changed files with 478 additions and 171 deletions

View File

@@ -29,7 +29,7 @@ class UserDataView(APIView):
value={
"id": 1,
"email": "user@example.com",
"account_type": "engieneer",
"account_type": "engineer",
"name": "Иван",
"surname": "Иванов",
"imageURL": "https://example.com/avatar.jpg",

View File

@@ -45,7 +45,7 @@ class LoginViewSet(AuthBaseViewSet):
"user": {
"id": 1,
"email": "user@example.com",
"account_type": "engieneer",
"account_type": "engineer",
"name": "Иван",
"surname": "Иванов",
"imageURL": "https://example.com/avatar.jpg",