1
0
mirror of https://github.com/jumpserver/jumpserver.git synced 2025-10-09 03:08:32 +00:00
Files
2023-07-24 11:52:25 +08:00

8 lines
151 B
Python

from django.dispatch import Signal
post_auth_success = Signal()
post_auth_failed = Signal()
user_auth_success = Signal()
user_auth_failed = Signal()