diff --git a/services/web/project/__init__.py b/services/web/project/__init__.py index a974ca3..da39cd3 100644 --- a/services/web/project/__init__.py +++ b/services/web/project/__init__.py @@ -150,7 +150,7 @@ def panel_account(current_user): @app.route("/panel/account/dash") @token_required -def dashboard(): +def dashboard(current_user): dash_data = { "username": "sanyaameye", "account_name": "This is the test account name",