2
0

🔊 Add more error logs for sendEmail block

This commit is contained in:
Baptiste Arnaud
2023-03-16 12:28:24 +01:00
parent cd09f1075f
commit 3d8cb40f06
6 changed files with 45 additions and 24 deletions

View File

@ -80,7 +80,7 @@ class Typebot_Public
$lib_url = "https://cdn.jsdelivr.net/npm/@typebot.io/js@0.0/dist/web.js";
$width = '100%';
$height = '500px';
$api_host = 'https://api.typebot.io';
$api_host = 'https://viewer.typebot.io';
if (array_key_exists('width', $attributes)) {
$width = sanitize_text_field($attributes['width']);
}