diff options
| author | stuebinm | 2026-04-16 01:55:48 +0200 |
|---|---|---|
| committer | stuebinm | 2026-04-16 01:55:48 +0200 |
| commit | 8b6c42d832f26bc277e125f876da8d21931550c6 (patch) | |
| tree | bb4a3de8974663edb153497379f839cd5138a5d6 /lib/Yesod/Auth | |
| parent | 2c684868ed9b3011033d5ec265dd9f891fe791b7 (diff) | |
Diffstat (limited to 'lib/Yesod/Auth')
| -rw-r--r-- | lib/Yesod/Auth/Uffd.hs | 2 |
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 = |
