From a97a703ca8a3272a36d1d4af25b7d3e9affaa476 Mon Sep 17 00:00:00 2001
From: Hugo <hnouts@grandlyon.com>
Date: Mon, 5 Oct 2020 14:23:59 +0200
Subject: [PATCH] fix typo

---
 main.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main.go b/main.go
index 0b86900..d120cc9 100644
--- a/main.go
+++ b/main.go
@@ -440,7 +440,7 @@ func main() {
 		"client_secret": clientSecret,
 		"code":          code,
 		"grant_type":    grantType,
-		"redirect_uri":	 redirectUri
+		"redirect_uri":	 redirectUri,
 		"scope": scope,
 	}).Debug("result")
 
-- 
GitLab