This commit is contained in:
Matt Smith 2025-10-05 08:08:42 +00:00 committed by GitHub
commit cebcf2ba9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -137,7 +137,7 @@ func (app *restServerApp) runRoot(_ *cobra.Command, _ []string) error {
if app.Server.ProxyAuthUsername == "" { if app.Server.ProxyAuthUsername == "" {
log.Println("Authentication enabled") log.Println("Authentication enabled")
} else { } else {
log.Println("Proxy Authentication enabled.") log.Println("Proxy Authentication enabled")
} }
} }