mirror of
https://github.com/go-gitea/gitea.git
synced 2026-07-07 06:55:18 +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.