From 5866f1c15eb27872ec8849ebd9e6318f571b8cce Mon Sep 17 00:00:00 2001 From: Eduardo Rosendo Date: Fri, 19 Apr 2024 10:59:46 -0400 Subject: [PATCH] feat(bluesky): Updates the Session dataclass This commit introduces emailAuthFactor attribute in Session class for proper API response handling. --- bc/channel/utils/connectors/bluesky_api/types.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bc/channel/utils/connectors/bluesky_api/types.py b/bc/channel/utils/connectors/bluesky_api/types.py index a54a62b8..40441b98 100644 --- a/bc/channel/utils/connectors/bluesky_api/types.py +++ b/bc/channel/utils/connectors/bluesky_api/types.py @@ -11,6 +11,7 @@ class Session: didDoc: dict email: str emailConfirmed: bool + emailAuthFactor: bool @dataclass