mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-25 09:29:33 +00:00
perf: user authentication supports configuration redirection
This commit is contained in:
parent
419195895e
commit
9d3fdd37a3
@ -194,9 +194,6 @@ class UserLoginView(mixins.AuthMixin, UserLoginContextMixin, FormView):
|
||||
if self.request.GET.get("admin", 0):
|
||||
return None
|
||||
|
||||
if not settings.XPACK_ENABLED:
|
||||
return None
|
||||
|
||||
auth_types = [m for m in self.get_support_auth_methods() if m.get('auto_redirect')]
|
||||
if not auth_types:
|
||||
return None
|
||||
|
Loading…
Reference in New Issue
Block a user