-
Fix template type error on SSO clients page
released this
2026-04-01 15:09:01 +00:00 | 4 commits to master since this release{{if not .Clients}} fails when .Clients is a non-nil empty slice
because Go templates expect a bool operand for 'not'. Use
{{if eq (len .Clients) 0}} instead.Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com
Downloads