Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shilgapira committed Dec 18, 2024
1 parent cc38879 commit 48c23be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/models/authentication/oauth.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func (m *OAuthModel) Values(h *helpers.Handler) map[string]any {
boolattr.GetNot(m.Disabled, data, "enabled")
providers := map[string]any{}
if v := m.System; v != nil {
maps.Copy(providers, m.System.Values(h))
maps.Copy(providers, v.Values(h))
}
for name, provider := range m.Custom {
data := provider.Values(h)
Expand Down

0 comments on commit 48c23be

Please sign in to comment.