Jake Vanderwerf
2026-02-09 2d0b98416804d8a132895720c9c33e6061bd6752
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) {