(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.
|
||||
] = Field(
|
||||
description = "To describe what the user did with the authorization URL.",
|
||||
frozen = True,
|
||||
frozen = False,
|
||||
default = "unknown"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user