Chore: provide authn.Service rather than *authnimpl.Service (#64792)

chore: provide `authn.Service` rather than `*authnimpl.Service` (#64792)
This commit is contained in:
Artur Wierzbicki
2023-03-15 14:04:11 +04:00
committed by GitHub
parent 96fc0b814e
commit b6f77bdfdb
2 changed files with 1 additions and 3 deletions

View File

@@ -62,7 +62,7 @@ func ProvideService(
features *featuremgmt.FeatureManager, oauthTokenService oauthtoken.OAuthTokenService,
socialService social.Service, cache *remotecache.RemoteCache,
ldapService service.LDAP, registerer prometheus.Registerer,
) *Service {
) authn.Service {
s := &Service{
log: log.New("authn.service"),
cfg: cfg,