Browse Source

perf: 修改 ak

pull/11838/head
ibuler 1 year ago
parent
commit
d6b450f32a
  1. 1
      apps/authentication/confirm/relogin.py

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

Loading…
Cancel
Save