mirror of
https://github.com/wassname/flask-security.git
synced 2026-07-10 00:30:24 +08:00
More cleanup
This commit is contained in:
@@ -204,8 +204,7 @@ class Security(object):
|
||||
def __init__(self, app=None, datastore=None, **kwargs):
|
||||
self.init_app(app, datastore, **kwargs)
|
||||
|
||||
def init_app(self, app, datastore,
|
||||
registerable=True, recoverable=True, template_folder=None):
|
||||
def init_app(self, app, datastore, registerable=True, recoverable=True):
|
||||
"""Initializes the Flask-Security extension for the specified
|
||||
application and datastore implentation.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user