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' ),