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
1 changed files with 1 additions and 0 deletions

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