mirror of
https://github.com/wassname/flask-security.git
synced 2026-07-07 00:06:15 +08:00
Fix state a bit
This commit is contained in:
@@ -244,6 +244,8 @@ class Security(object):
|
||||
|
||||
app.extensions['security'] = state
|
||||
|
||||
return state
|
||||
|
||||
def _get_state(self, app, datastore):
|
||||
assert app is not None
|
||||
assert datastore is not None
|
||||
|
||||
Reference in New Issue
Block a user