fix typo in comment for oidc/provider.go
This commit is contained in:
parent
1175b65ab5
commit
596f4aaf26
|
|
@ -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"`
|
||||
|
|
|
|||
Loading…
Reference in New Issue