mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-06-28 07:47:10 +00:00
perf: 修改 ak
This commit is contained in:
parent
1daf1acaf3
commit
d6b450f32a
@ -15,7 +15,6 @@ class ConfirmReLogin(BaseConfirm):
|
|||||||
display_name = 'Re-Login'
|
display_name = 'Re-Login'
|
||||||
|
|
||||||
def check(self):
|
def check(self):
|
||||||
return True
|
|
||||||
return not self.user.is_password_authenticate()
|
return not self.user.is_password_authenticate()
|
||||||
|
|
||||||
def authenticate(self, secret_key, mfa_type):
|
def authenticate(self, secret_key, mfa_type):
|
||||||
|
Loading…
Reference in New Issue
Block a user