Skip to content

Commit

Permalink
Merge branch 'enable_disable_otp' into create_otp_bypass_tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Jan 23, 2024
2 parents 88fb702 + ccee9cc commit 0ad5a44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/api/views/auth_factor.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
class AuthFactorViewSet(ModelViewSet):
http_method_names = ["get", "post", "delete"]
serializer_class = AuthFactorSerializer
# permission_classes = [IsAuthenticated, ListOnly] TODO

def get_queryset(self):
user: User = self.request.user # type: ignore[assignment]
Expand Down

0 comments on commit 0ad5a44

Please sign in to comment.