Skip to content

Commit

Permalink
verify code is not autheticated
Browse files Browse the repository at this point in the history
  • Loading branch information
KlemenSpruk committed Oct 25, 2023
1 parent 5e24d36 commit 9d4c1c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions django_project_base/account/rest/account.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 9d4c1c3

Please sign in to comment.