Jake Vanderwerf
2026-02-10 6d4396cc8a7c715a259a0ff3072890f0640c79df
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) {