mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2026-06-18 09:20:14 +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.authService = i.AuthService
|
||||||
app.services.ldapService = i.LDAPService
|
app.services.ldapService = i.LDAPService
|
||||||
app.services.oauthBrokerService = i.OAuthBrokerService
|
app.services.oauthBrokerService = i.OAuthBrokerService
|
||||||
|
app.services.oidcService = i.OIDCService
|
||||||
app.services.tailscaleService = i.TailscaleService
|
app.services.tailscaleService = i.TailscaleService
|
||||||
return nil
|
return nil
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user