mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2026-06-15 16:00:16 +00:00
fix: add oidc service to services struct on init
This commit is contained in:
@@ -57,6 +57,7 @@ func (app *BootstrapApp) setupServices() error {
|
||||
app.services.authService = i.AuthService
|
||||
app.services.ldapService = i.LDAPService
|
||||
app.services.oauthBrokerService = i.OAuthBrokerService
|
||||
app.services.oidcService = i.OIDCService
|
||||
app.services.tailscaleService = i.TailscaleService
|
||||
return nil
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user