feat: login asset face verify acl

This commit is contained in:
Aaron3S
2024-12-06 18:19:36 +08:00
parent a6d040cd34
commit 013502186b
7 changed files with 119 additions and 75 deletions

View File

@@ -9,3 +9,5 @@ class ActionChoices(models.TextChoices):
warning = 'warning', _('Warn')
notice = 'notice', _('Notify')
notify_and_warn = 'notify_and_warn', _('Notify and warn')
face_verify = 'face_verify', _('Face Verify')
face_online = 'face_online', _('Face Online')