perf: 修改 ak

pull/11838/head
ibuler 2023-10-13 16:33:25 +08:00
parent 1daf1acaf3
commit d6b450f32a
1 changed files with 0 additions and 1 deletions

View File

@ -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):