Skip to content

Commit

Permalink
add origin parameter in read me (#132)
Browse files Browse the repository at this point in the history
* add origin parameter in read me

* Update README.md
  • Loading branch information
alikirec authored Aug 7, 2024
1 parent 92682d6 commit 90a9d3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/web-embed-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ interface IFormsortWebEmbedConfig {
authentication?: {
idToken?: string; // ID Token for authenticated flows
};
origin?: string; // optional -- use if you want to load your flow in a custom damain. e.g. https://acme-flow.com
}
```

Expand Down

0 comments on commit 90a9d3e

Please sign in to comment.