force basic auth on all pages

This commit is contained in:
2021-12-19 22:52:12 +01:00
parent 724c4da9fa
commit 3c1fbf2cf2

View File

@@ -4,4 +4,5 @@ app = Flask(__name__)
import autoreply_editor.main
app.config['BASIC_AUTH_FORCE'] = True
app.config.from_pyfile("../config.py")