mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-05-01 04:43:54 +00:00
4 lines
76 B
Python
4 lines
76 B
Python
from django.dispatch import Signal
|
|
|
|
oauth2_create_or_update_user = Signal()
|