summaryrefslogtreecommitdiff
path: root/Biz/Auth.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Biz/Auth.hs')
-rw-r--r--Biz/Auth.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Biz/Auth.hs b/Biz/Auth.hs
index 9eb81a8..73022d7 100644
--- a/Biz/Auth.hs
+++ b/Biz/Auth.hs
@@ -134,8 +134,8 @@ githubOauth (GitHub OAuthArgs {..}) code =
<| "client_id"
=: clientId
<> "client_secret"
- =: clientSecret
+ =: clientSecret
<> "code"
- =: code
+ =: code
<> "state"
- =: clientState
+ =: clientState