aboutsummaryrefslogtreecommitdiff
path: root/lib/Yesod
diff options
context:
space:
mode:
authorstuebinm2026-04-16 01:55:48 +0200
committerstuebinm2026-04-16 01:55:48 +0200
commit8b6c42d832f26bc277e125f876da8d21931550c6 (patch)
treebb4a3de8974663edb153497379f839cd5138a5d6 /lib/Yesod
parent2c684868ed9b3011033d5ec265dd9f891fe791b7 (diff)
Server.Frontend.Tracker: add tracker list overviewHEADmain
Diffstat (limited to 'lib/Yesod')
-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 4d5e5af..8dd0548 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 =