2
0

🔖 Release bot v0.0.3

This commit is contained in:
Baptiste Arnaud
2023-02-20 09:30:15 +01:00
parent b2d1235f1b
commit fe7c85c788
4 changed files with 5 additions and 5 deletions

View File

@@ -14,5 +14,5 @@ The Redirect logic block allows you to redirect your user to a given URL either
/>
:::caution
Safari and iOS devices will block a redirect in a new tab by default and display a message that says "A popup has been blocked, would you like to open it?". To never stumble upon this issue, a redirect on the current page is preferable.
Safari and iOS devices will block a redirect in a new tab by default so a popup will be displayed to the user. Make sure to test your redirect logic block on these devices.
:::