Skip to content

Commit 5e2b6bc

Browse files
committed
fix: add oidc service to services struct on init
1 parent c3dd056 commit 5e2b6bc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

internal/bootstrap/service_bootstrap.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ func (app *BootstrapApp) setupServices() error {
5757
app.services.authService = i.AuthService
5858
app.services.ldapService = i.LDAPService
5959
app.services.oauthBrokerService = i.OAuthBrokerService
60+
app.services.oidcService = i.OIDCService
6061
app.services.tailscaleService = i.TailscaleService
6162
return nil
6263
})

0 commit comments

Comments
 (0)