• Fix SSO clients page template wrapper

    kyle released this 2026-04-01 14:59:06 +00:00 | 5 commits to master since this release

    Page templates must define a named block that invokes {{template "base"}}
    (e.g. {{define "sso_clients"}}{{template "base" .}}{{end}}). Without this,
    ExecuteTemplate cannot find the named template and returns an error.

    Also add logging to the SSO clients handler for easier diagnosis.

    Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com

    Downloads