mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-25 14:50:29 +00:00
5 lines
87 B
Python
5 lines
87 B
Python
# -*- coding: utf-8 -*-
|
|
from django.dispatch import Signal
|
|
|
|
saml_sso_failed = Signal()
|