Skip to content

Commit

Permalink
feat(bluesky): Updates the Session dataclass
Browse files Browse the repository at this point in the history
This commit introduces emailAuthFactor attribute in Session class for proper API response handling.
  • Loading branch information
ERosendo committed Apr 19, 2024
1 parent 5636d22 commit 5866f1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bc/channel/utils/connectors/bluesky_api/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class Session:
didDoc: dict
email: str
emailConfirmed: bool
emailAuthFactor: bool


@dataclass
Expand Down

0 comments on commit 5866f1c

Please sign in to comment.