mirror of
https://github.com/wassname/flask-security.git
synced 2026-06-27 16:10:11 +08:00
6f2f3481f4
Brings `security.init_app(app)` inline with `security = Security(app)` by registering security._state upon security.init_app. Without this change `security.send_mail_task` will give an infinite recursion error.