diff --git a/apps/authentication/views/mfa.py b/apps/authentication/views/mfa.py index 58a3b490b..867b7f9d5 100644 --- a/apps/authentication/views/mfa.py +++ b/apps/authentication/views/mfa.py @@ -95,7 +95,6 @@ class UserLoginMFAView(mixins.AuthMixin, FormView): kwargs.update(mfa_context) kwargs['show_otp_hint'] = show_otp_hint return kwargs - return kwargs class UserLoginMFAFaceView(UserFaceCaptureView, UserLoginMFAView):