Skip to content
Snippets Groups Projects
Commit a97a703c authored by Hugo NOUTS's avatar Hugo NOUTS
Browse files

fix typo

parent 2924d173
Branches
No related tags found
1 merge request!5Grdf adict
Pipeline #7670 failed
...@@ -440,7 +440,7 @@ func main() { ...@@ -440,7 +440,7 @@ func main() {
"client_secret": clientSecret, "client_secret": clientSecret,
"code": code, "code": code,
"grant_type": grantType, "grant_type": grantType,
"redirect_uri": redirectUri "redirect_uri": redirectUri,
"scope": scope, "scope": scope,
}).Debug("result") }).Debug("result")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment