(20250123)
This commit is contained in:
@@ -210,8 +210,8 @@ class CoreAuthTokenController(CoreBaseModel):
|
|||||||
"authType": auth_token.authType,
|
"authType": auth_token.authType,
|
||||||
"user": auth_token.user.model_dump(),
|
"user": auth_token.user.model_dump(),
|
||||||
"clientUserId": auth_token.clientUserId,
|
"clientUserId": auth_token.clientUserId,
|
||||||
"clientDisplayName": auth_token.clientDisplayName,
|
"clientDisplayName": display_name,
|
||||||
"clientDisplayPicture": auth_token.clientDisplayPicture,
|
"clientDisplayPicture": display_picture,
|
||||||
"auth": auth_token.auth,
|
"auth": auth_token.auth,
|
||||||
"token": auth_token.token,
|
"token": auth_token.token,
|
||||||
"firstRefreshTs": auth_token.firstRefreshTs,
|
"firstRefreshTs": auth_token.firstRefreshTs,
|
||||||
@@ -305,8 +305,8 @@ class CoreAuthTokenController(CoreBaseModel):
|
|||||||
"auth": auth_token.auth,
|
"auth": auth_token.auth,
|
||||||
"token": auth_token.token,
|
"token": auth_token.token,
|
||||||
"status": auth_token.status,
|
"status": auth_token.status,
|
||||||
"clientDisplayName": auth_token.clientDisplayName,
|
"clientDisplayName": display_name,
|
||||||
"clientDisplayPicture": auth_token.clientDisplayPicture,
|
"clientDisplayPicture": display_picture,
|
||||||
"lastRefreshTs": request_ts,
|
"lastRefreshTs": request_ts,
|
||||||
"firstRefreshTs": {
|
"firstRefreshTs": {
|
||||||
"$cond": {
|
"$cond": {
|
||||||
|
|||||||
Reference in New Issue
Block a user