Jake Vanderwerf
2026-02-14 27fb820ae9081fb56957cf75e79eccd8a99edd52
inc/integrations/Integrations.php
@@ -2998,7 +2998,7 @@
                  $config['value'] = $credentials[$name]??'';
                  $config['autocomplete'] = 'off';
                  $config['base'] = $this->service_name.'_';
                  Form::render($name, null, $config);
                  echo Form::render($name, '', $config);
               }
            }
            if ($this->handleWebhooks) {