mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2026-07-13 13:31:12 +00:00
chore: rabbit comments
This commit is contained in:
@@ -163,7 +163,7 @@ type OIDCServiceInput struct {
|
||||
|
||||
func NewOIDCService(i OIDCServiceInput) (*OIDCService, error) {
|
||||
// If not configured, skip init
|
||||
if len(i.Runtime.OIDCClients) == 0 {
|
||||
if len(i.Config.OIDC.Clients) == 0 {
|
||||
return nil, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user