diff --git a/django_project_base/account/rest/account.py b/django_project_base/account/rest/account.py index 220cf089..135c4f21 100644 --- a/django_project_base/account/rest/account.py +++ b/django_project_base/account/rest/account.py @@ -198,6 +198,7 @@ class VerifyRegistrationViewSet(viewsets.ViewSet): methods=["post"], url_path="verify-registration", url_name="verify-registration", + permission_classes=[], ) def verify_registration(self, request: Request) -> Response: if (