mirror of
https://github.com/wassname/flask-security.git
synced 2026-09-11 12:11:25 +08:00
Merge pull request #100 from chrishaines/develop
Make subdomain configurable
This commit is contained in:
@@ -313,6 +313,7 @@ def create_blueprint(state, import_name):
|
||||
|
||||
bp = Blueprint(state.blueprint_name, import_name,
|
||||
url_prefix=state.url_prefix,
|
||||
subdomain=state.subdomain,
|
||||
template_folder='templates')
|
||||
|
||||
bp.route(state.logout_url, endpoint='logout')(logout)
|
||||
|
||||
Reference in New Issue
Block a user