fix: names in oauth broker

This commit is contained in:
Stavros
2025-10-08 15:15:30 +03:00
parent cbe31d442d
commit adffb4ac0a
4 changed files with 17 additions and 14 deletions

View File

@@ -50,7 +50,7 @@ func (broker *OAuthBrokerService) Init() error {
log.Error().Err(err).Msgf("Failed to initialize OAuth service: %T", name)
return err
}
log.Info().Str("service", service.GetName()).Msg("Initialized OAuth service")
log.Info().Str("service", name).Msg("Initialized OAuth service")
}
return nil