mirror of
https://github.com/jumpserver/jumpserver.git
synced 2026-03-29 08:28:19 +00:00
4 lines
75 B
Python
4 lines
75 B
Python
from django.dispatch import Signal
|
|
|
|
saml2_create_or_update_user = Signal()
|