mirror of
https://github.com/tiennm99/coolify.git
synced 2026-06-22 13:34:39 +00:00
01aa534556
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.