// The plugin "gear" on Settings -> Plugins always opens /plugins/configure/, // which renders THIS workflow's form (the core configure route has no redirect // hook). saltcorn-idp's real settings live in its own admin dashboard, so this // single step bounces straight there with NO extra click. // // NOTE: blurb MUST be an ARRAY -- the array path is rendered raw (form.ts join), // whereas a string blurb is run through the text() XSS whitelist, which strips // `, ``, `

Opening the saltcorn-idp dashboard… Open the saltcorn-idp dashboard

`, ], fields: [] }) } ] }); module.exports = { configurationWorkflow };