mirror of
https://github.com/go-gitea/gitea.git
synced 2026-05-01 05:24:28 +02:00
Fix #31730 This PR rewrote the function `PublicKeysAreExternallyManaged` with a simple test. The new function removed the loop to make it more readable.