chore(coderd/idpsync): remove stale TODO (#26198)

This commit is contained in:
McKayla はな
2026-06-10 10:20:18 -06:00
committed by GitHub
parent a26c46a3bf
commit d830582b5e
-1
View File
@@ -22,7 +22,6 @@ import (
// and just swap the underlying implementation.
// IDPSync exists to contain all the logic for mapping a user's external IDP
// claims to the internal representation of a user in Coder.
// TODO: Move group + role sync into this interface.
type IDPSync interface {
OrganizationSyncEntitled() bool
OrganizationSyncSettings(ctx context.Context, db database.Store) (*OrganizationSyncSettings, error)