mirror of
https://github.com/wassname/flask-security.git
synced 2026-08-11 11:18:40 +08:00
Initial idea for specifying a user account mixin for user model
This commit is contained in:
@@ -256,6 +256,7 @@ class Security(object):
|
||||
"""
|
||||
if app is None or datastore is None: return
|
||||
|
||||
# TODO: change blueprint name
|
||||
blueprint = Blueprint('auth', __name__)
|
||||
|
||||
configured = {}
|
||||
|
||||
Reference in New Issue
Block a user