current_user
This commit is contained in:
@@ -150,7 +150,7 @@ def panel_account(current_user):
|
|||||||
|
|
||||||
@app.route("/panel/account/dash")
|
@app.route("/panel/account/dash")
|
||||||
@token_required
|
@token_required
|
||||||
def dashboard():
|
def dashboard(current_user):
|
||||||
dash_data = {
|
dash_data = {
|
||||||
"username": "sanyaameye",
|
"username": "sanyaameye",
|
||||||
"account_name": "This is the test account name",
|
"account_name": "This is the test account name",
|
||||||
|
|||||||
Reference in New Issue
Block a user