mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-05-03 13:46:33 +00:00
4 lines
76 B
Python
4 lines
76 B
Python
from django.dispatch import Signal
|
|
|
|
oauth2_create_or_update_user = Signal()
|