diff --git a/apps/authentication/confirm/relogin.py b/apps/authentication/confirm/relogin.py index 51e5d33c6..2b27ef5fe 100644 --- a/apps/authentication/confirm/relogin.py +++ b/apps/authentication/confirm/relogin.py @@ -15,7 +15,6 @@ class ConfirmReLogin(BaseConfirm): display_name = 'Re-Login' def check(self): - return True return not self.user.is_password_authenticate() def authenticate(self, secret_key, mfa_type):