Skip to content

Commit

Permalink
refactor: lint new provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorgagu committed Jan 13, 2025
1 parent c1a40ae commit c8e0199
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion selfservice/strategy/oidc/provider_riotgames.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ package oidc
import (
"context"
"encoding/json"
"net/url"

"github.com/hashicorp/go-retryablehttp"
"github.com/pkg/errors"
"golang.org/x/oauth2"
"net/url"

"github.com/ory/herodot"
"github.com/ory/x/httpx"
Expand Down

0 comments on commit c8e0199

Please sign in to comment.