mirror of
https://github.com/wassname/flask-security.git
synced 2026-07-16 01:20:15 +08:00
6 lines
97 B
Python
6 lines
97 B
Python
import blinker
|
|
|
|
signals = blinker.Namespace()
|
|
|
|
user_registered = signals.signal("user-register")
|