decrease captcha dots

This commit is contained in:
2025-05-28 16:26:01 +03:30
parent c3c13ef21e
commit 821a33d0f6
2 changed files with 13 additions and 2 deletions

View File

@@ -147,7 +147,7 @@ class UserViewSet(ModelViewSet):
url_name='profile',
url_path='profile',
name='profile',
permission_classes=[AllowAny]
# permission_classes=[AllowAny]
)
def profile(self, request):
serializer = authorize_view.UserRelationSerializer(