(20241209) Found one bug in the gmail oauth callback.

This commit is contained in:
2024-12-09 12:51:22 +05:30
parent 741bfd3a98
commit e5e185c272
2 changed files with 14 additions and 9 deletions
+1 -1
View File
@@ -152,7 +152,7 @@ class CoreAuthTokenModel(BaseModel):
clientUserId: dict = Field(
description = "how third-party client identifies the same user",
frozen = True
frozen = False
)
status: Literal["pending", "active", "disabled"] = Field(