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:
@@ -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())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user