This commit is contained in:
Matt Smith 2025-12-06 21:55:25 +01:00 committed by GitHub
commit d77e734854
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 == "" {
log.Println("Authentication enabled")
} else {
log.Println("Proxy Authentication enabled.")
log.Println("Proxy Authentication enabled")
}
}