diff --git a/rest_auth/registration/views.py b/rest_auth/registration/views.py index d462b3a..55852dd 100644 --- a/rest_auth/registration/views.py +++ b/rest_auth/registration/views.py @@ -26,7 +26,6 @@ class Register(APIView, SignupView): """ permission_classes = (AllowAny,) - # user_serializer_class = UserDetailsSerializer allowed_methods = ('POST', 'OPTIONS', 'HEAD') token_model = Token serializer_class = TokenSerializer