(20250116) Had accidentally set one field as 'frozen'.
This commit is contained in:
@@ -136,7 +136,7 @@ class OAuthMailHandleCallbackResponse(BaseModel):
|
|||||||
"authorized" # ... The user gave authorization.
|
"authorized" # ... The user gave authorization.
|
||||||
] = Field(
|
] = Field(
|
||||||
description = "To describe what the user did with the authorization URL.",
|
description = "To describe what the user did with the authorization URL.",
|
||||||
frozen = True,
|
frozen = False,
|
||||||
default = "unknown"
|
default = "unknown"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user