1
0
mirror of https://github.com/craigerl/aprsd.git synced 2026-06-15 20:38:39 -04:00

Make the index page behind auth

This patch makes the index page ask for login/password in order
to see the stats.
This commit is contained in:
2021-03-30 09:55:14 -04:00
parent f10372b320
commit 6297ebeb67
+1
View File
@@ -41,6 +41,7 @@ class APRSDFlask(flask_classful.FlaskView):
users = self.users
@auth.login_required
def index(self):
return flask.render_template("index.html", message=self.stats())