current_user

This commit is contained in:
CHIEFSOFT\ameye
2024-12-11 13:41:54 -05:00
parent 6ee800a344
commit 4419fc3791
+1 -1
View File
@@ -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",