Skip to content

Commit 63d1a38

Browse files
committed
:)
1 parent e786ea3 commit 63d1a38

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

enterprise/coderd/enidpsync/enidpsync.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ import (
77
"github.com/coder/coder/v2/coderd/runtimeconfig"
88
)
99

10+
var _ idpsync.IDPSync = &EnterpriseIDPSync{}
11+
1012
// EnterpriseIDPSync enabled syncing user information from an external IDP.
1113
// The sync is an enterprise feature, so this struct wraps the AGPL implementation
1214
// and extends it with enterprise capabilities. These capabilities can entirely

0 commit comments

Comments
 (0)