aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorstuebinm2026-05-02 14:30:51 +0200
committerstuebinm2026-05-02 14:45:27 +0200
commit4a1aa2f9ebd4624a677d99a4db77e4a564e56942 (patch)
tree6f0a868b91d3e7429bfc77fdd6a3080bd83745b5 /lib
parent84e90d7b01cd1d9fc3dd76524011b640a9428a6e (diff)
default.nix: fixup conftrack dependency
Diffstat (limited to 'lib')
-rw-r--r--lib/Yesod/Auth/Uffd.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Yesod/Auth/Uffd.hs b/lib/Yesod/Auth/Uffd.hs
index 8dd0548..4d5e5af 100644
--- a/lib/Yesod/Auth/Uffd.hs
+++ b/lib/Yesod/Auth/Uffd.hs
@@ -64,7 +64,7 @@ uffdClient url clientId clientSecret =
}
where oauth2 = OAuth2
{ oauth2ClientId = clientId
- , oauth2ClientSecret = {- Just -} clientSecret
+ , oauth2ClientSecret = Just clientSecret
, oauth2AuthorizeEndpoint =
url { uriPath = "/oauth2/authorize" }
, oauth2TokenEndpoint =