From f2046257911e2a20a7d4f576c667e2b2531aada1 Mon Sep 17 00:00:00 2001 From: Terrell Russell Date: Mon, 20 Feb 2023 09:21:42 -0500 Subject: [PATCH] fix typo (#2001) --- pkg/providers/oidc/provider.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/providers/oidc/provider.go b/pkg/providers/oidc/provider.go index 894c3263..427f79a6 100644 --- a/pkg/providers/oidc/provider.go +++ b/pkg/providers/oidc/provider.go @@ -9,7 +9,7 @@ import ( "github.com/oauth2-proxy/oauth2-proxy/v7/pkg/requests" ) -// providerJSON resresents the information we need from an OIDC discovery +// providerJSON represents the information we need from an OIDC discovery type providerJSON struct { Issuer string `json:"issuer"` AuthURL string `json:"authorization_endpoint"`