mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 03:28:26 -04:00
clean comments
This commit is contained in:
@@ -223,9 +223,7 @@ def create_app(application):
|
|||||||
login_manager.login_message_category = 'default'
|
login_manager.login_message_category = 'default'
|
||||||
login_manager.session_protection = None
|
login_manager.session_protection = None
|
||||||
login_manager.anonymous_user = AnonymousUser
|
login_manager.anonymous_user = AnonymousUser
|
||||||
|
|
||||||
# basic_auth = BasicAuth(application)
|
|
||||||
|
|
||||||
setup_basic_auth(application)
|
setup_basic_auth(application)
|
||||||
|
|
||||||
# make sure we handle unicode correctly
|
# make sure we handle unicode correctly
|
||||||
|
|||||||
Reference in New Issue
Block a user