diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-02-16 16:03:46 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-02-16 16:03:46 +0100 |
| commit | 57705feadd598c9a14df53b83161b8f020731bd6 (patch) | |
| tree | 0320e7739eca0c0afbe7087340d017413940c31e /internal/oauth/oauth.go | |
| parent | 0566c505b1462e47a9dc44d7b26534b41aca1c4f (diff) | |
Format: Run gofumpt
Diffstat (limited to 'internal/oauth/oauth.go')
| -rw-r--r-- | internal/oauth/oauth.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/oauth/oauth.go b/internal/oauth/oauth.go index c11179c..7200a95 100644 --- a/internal/oauth/oauth.go +++ b/internal/oauth/oauth.go @@ -281,7 +281,7 @@ func (oauth *OAuth) refreshResponse(r string) (*TokenResponse, time.Time, error) return nil, time.Time{}, errors.New("No client ID was cached for refresh") } data := url.Values{ - "client_id": {oauth.ClientID}, + "client_id": {oauth.ClientID}, "refresh_token": {r}, "grant_type": {"refresh_token"}, } |
