Skip to content

Commit

Permalink
chore(mfa): fix spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
half-of-a-glazier authored Jun 27, 2024
1 parent 4746fb5 commit d17010b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion allauth/mfa/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def dispatch(self, request, *args, **kwargs):
@method_decorator(reauthentication_required)
def _dispatch(self, request, *args, **kwargs):
"""There's no point to reauthenticate when MFA is not enabled, so the
`is_mfa_enabled` chheck needs to go first, which is why we cannot slap a
`is_mfa_enabled` check needs to go first, which is why we cannot slap a
`reauthentication_required` decorator on the `dispatch` directly.
"""
return super().dispatch(request, *args, **kwargs)
Expand Down

0 comments on commit d17010b

Please sign in to comment.