mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-07 17:24:39 +00:00
4 lines
75 B
Python
4 lines
75 B
Python
from django.dispatch import Signal
|
|
|
|
saml2_create_or_update_user = Signal()
|