forked from remote/oauth2
Removing non-required initial Client and Transport values.
This commit is contained in:
@@ -97,8 +97,6 @@ func NewConfig(opts *Options, authURL, tokenURL string) (*Config, error) {
|
|||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
conf := &Config{
|
conf := &Config{
|
||||||
Client: http.DefaultClient,
|
|
||||||
Transport: http.DefaultTransport,
|
|
||||||
opts: opts,
|
opts: opts,
|
||||||
authURL: aURL,
|
authURL: aURL,
|
||||||
tokenURL: tURL,
|
tokenURL: tURL,
|
||||||
|
|||||||
Reference in New Issue
Block a user