mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-16 21:28:11 +00:00
4 lines
75 B
Python
4 lines
75 B
Python
from django.dispatch import Signal
|
|
|
|
saml2_create_or_update_user = Signal()
|