Skip to content

Commit 50d92d9

Browse files
authored
fix: broken admonition (#1716)
1 parent 4f657ed commit 50d92d9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/guides/integrate-with-ory-cloud-through-webhooks.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ application when a user updates their profile information in another system.
3131
When building your own UI you can pass additional data when completing the registration flow that gets forwarded to any configured
3232
webhooks. This can be used to solve more complex use cases that would be out of scope for identity traits.
3333

34-
:::tip
34+
:::warning
3535

3636
Always put security first! When using webhooks, ensure that the data you send is secure and that the external system you are
3737
integrating with is trustworthy. Additionally, make sure to consider the data privacy laws and regulations that may apply to your
@@ -42,7 +42,9 @@ use case.
4242
:::tip
4343

4444
If you would like to configure IP allow list in your firewall setup for webhooks please read about our
45-
[Ory Network IP Addresses](./ip-allowlist.mdx) :::
45+
[Ory Network IP Addresses](./ip-allowlist.mdx)
46+
47+
:::
4648

4749
## Creating Actions on the Ory Network
4850

0 commit comments

Comments
 (0)