From cdf1b85b287a5edaaed4a32018aabfae1f53cfd2 Mon Sep 17 00:00:00 2001 From: khushal Date: Sat, 14 Dec 2024 13:18:35 +0530 Subject: [PATCH] (20241214) Changes from token-key branch merged into master. --- controllers/core/auth_token.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/core/auth_token.py b/controllers/core/auth_token.py index cae0548..a1fe07f 100644 --- a/controllers/core/auth_token.py +++ b/controllers/core/auth_token.py @@ -175,7 +175,7 @@ class AuthTokenController(BaseModel): "Auth Requested", # ............................................. 'p_last_action' None, # ......................................................... 'p_display_name' None, # ......................................................... 'p_display_picture' - str(auth_token.key), # .......................................... 'p_token_id' + mongo_json["key"], # ............................................ 'p_token_id' json.to_string(python_data = token_notes, no_space = True), # ... 'p_notes' auth_token.user.userId # ........................................ 'p_created_by' ),