Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mgyucht committed Jan 6, 2025
1 parent 73c73af commit 63bf521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -436,8 +436,8 @@ func (c *Config) refreshTokenErrorMapper(ctx context.Context, resp common.Respon
}
}

// getOidcEndpoints returns the OAuth endpoints for the current configuration.
func (c *Config) getOidcEndpoints(ctx context.Context) (*oauth.OAuthAuthorizationServer, error) {
//
c.EnsureResolved()
if c.IsAccountClient() {
return oauth.GetAccountOAuthEndpoints(ctx, c.Host, c.AccountID)
Expand Down

0 comments on commit 63bf521

Please sign in to comment.