Current user

This commit is contained in:
CHIEFSOFT\ameye
2024-12-16 06:49:41 -05:00
parent ff1b7ca393
commit 8f046639f9
+1 -1
View File
@@ -231,7 +231,7 @@ def panel_account(current_user):
@app.route("/panel/account/dash")
@token_required
def dashboard(current_user):
print( current_user)
print( current_user["user"]["uid"])
FIND_USER_DETAIL= "SELECT id,uid,username,updated,email,account_name, firstname, lastname FROM members LIMIT 1"
with connection:
with connection.cursor(cursor_factory=psycopg2.extras.DictCursor) as cursor: