mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-08 02:39:22 +00:00
perf: Connect method exclude face
This commit is contained in:
@@ -14,5 +14,6 @@ class ConnectMethodACLSerializer(BaseSerializer, BulkOrgResourceModelSerializer)
|
||||
if i not in ['assets', 'accounts']
|
||||
]
|
||||
action_choices_exclude = BaseSerializer.Meta.action_choices_exclude + [
|
||||
ActionChoices.review, ActionChoices.accept, ActionChoices.notice
|
||||
ActionChoices.review, ActionChoices.accept, ActionChoices.notice,
|
||||
ActionChoices.face_verify, ActionChoices.face_online
|
||||
]
|
||||
|
Reference in New Issue
Block a user