Skip to content

Commit

Permalink
fix keycloak spelling in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
strantalis committed Nov 6, 2024
1 parent c31734a commit 4bda598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/entityresolution/entityresolution.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func NewRegistration() *serviceregistry.Service[EntityResolution] {
return &EntityResolution{EntityResolutionServiceServer: claimsSVC}, claimsHandler
}

// Default to keyclaok ERS
// Default to keycloak ERS
kcSVC, kcHandler := keycloak.RegisterKeycloakERS(srp.Config, srp.Logger)
return &EntityResolution{EntityResolutionServiceServer: kcSVC}, kcHandler
},
Expand Down

0 comments on commit 4bda598

Please sign in to comment.