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