Skip to content

Commit

Permalink
add todo to fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Apr 12, 2024
1 parent 7bde857 commit 78b75a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/api/views/otp_bypass_token.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def get_permissions(self):

return [IsTeacher()]

# TODO: replace this custom action with bulk create and list serializer.
@action(detail=False, methods=["post"])
def generate(self, request: Request):
"""Generates some OTP bypass tokens for a user."""
Expand Down

0 comments on commit 78b75a9

Please sign in to comment.