Skip to content

Commit

Permalink
fix: auth params docs
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybayblade committed Oct 22, 2024
1 parent f26383d commit 35bf55e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/patterns/Auth/connected_account.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ connection_request = toolset.initiate_connection(connected_account_params=collec
print(connection_request.redirectUrl)

# Check the status of the connection
print(connection_request.status)
print(connection_request.connectionStatus)
```

```javascript Javascript - New Connection
Expand Down

0 comments on commit 35bf55e

Please sign in to comment.