1
0
mirror of https://github.com/craigerl/aprsd.git synced 2024-10-31 15:07:13 -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:
Hemna 2021-03-30 09:55:14 -04:00
parent f10372b320
commit 6297ebeb67

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())