mirror of
https://github.com/tiennm99/coolify.git
synced 2026-07-18 18:17:52 +00:00
Previously, the view checked $privateKeyId with ! operator, which incorrectly treats 0 (localhost key) as falsy. Changed to explicit is_null() checks to distinguish between null (no key) and 0 (localhost). Added test coverage for both cases.