Skip to content

Commit

Permalink
Add enableMultiEntityLinking option
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachel-Codat authored Nov 25, 2024
1 parent c1eddd5 commit fcde3c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/auth-flow/customize/sdk-customize-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ The `options` prop is optional and accepts an object containing the following op
| `sourceTypes` | Controls the data source types (Accounting, Commerce, Banking, and Business Documents) the user can connect or upload files for. |
| `text` | Contains options that control what text is displayed to the user. Markdown is supported. |
| `enableAdditionalConsent` | Determines whether an additional consent journey for further use cases is displayed to the user. |
| `enableMultiEntityLinking` | Allows users to authorize to multiple companies within a single accounting platform in one go for compatible integrations. |


The object is applied **as the `CodatLink` component is mounted**, so doesn't support hot reloading. Modify the options and refresh the page to see the options reflected.

Expand Down

0 comments on commit fcde3c6

Please sign in to comment.