(20241209) Found one bug in the gmail oauth callback.
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user