Skip to content

Commit

Permalink
add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
juliawegmayr committed Oct 23, 2024
1 parent 94afb34 commit a9cf950
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .changeset/twelve-games-run.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
"@comet/brevo-api": major
"@comet/brevo-admin": minor
---

Add a brevo configuration field for `redirectionUrl`
Env vars containing this information can be removed and must be removed from the brevo module configuration.

```diff
BrevoModule.register({
brevo: {
- allowedRedirectionUrl: config.brevo.allowedRedirectionUrl,
//...
},
//..
})
```

0 comments on commit a9cf950

Please sign in to comment.