force basic auth on all pages
This commit is contained in:
@@ -4,4 +4,5 @@ app = Flask(__name__)
|
|||||||
|
|
||||||
import autoreply_editor.main
|
import autoreply_editor.main
|
||||||
|
|
||||||
|
app.config['BASIC_AUTH_FORCE'] = True
|
||||||
app.config.from_pyfile("../config.py")
|
app.config.from_pyfile("../config.py")
|
||||||
|
|||||||
Reference in New Issue
Block a user