(20241214) Changes from token-key branch merged into master.

This commit is contained in:
2024-12-14 13:18:35 +05:30
parent 364894c2af
commit cdf1b85b28
+1 -1
View File
@@ -175,7 +175,7 @@ class AuthTokenController(BaseModel):
"Auth Requested", # ............................................. 'p_last_action' "Auth Requested", # ............................................. 'p_last_action'
None, # ......................................................... 'p_display_name' None, # ......................................................... 'p_display_name'
None, # ......................................................... 'p_display_picture' 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' json.to_string(python_data = token_notes, no_space = True), # ... 'p_notes'
auth_token.user.userId # ........................................ 'p_created_by' auth_token.user.userId # ........................................ 'p_created_by'
), ),