yesod-recaptcha2 0.2.2 → 0.2.3
raw patch · 2 files changed
+2/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- src/Yesod/ReCaptcha2.hs +1/−0
- yesod-recaptcha2.cabal +1/−1
src/Yesod/ReCaptcha2.hs view
@@ -16,6 +16,7 @@ reCaptchaSecretKey :: HandlerT site IO Text reCaptchaSecretKey = pure "6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe" -- | with specific language from <https://developers.google.com/recaptcha/docs/language>+ -- -- > reCaptchaLanguage = pure (Just "ru") reCaptchaLanguage :: HandlerT site IO (Maybe Text) reCaptchaLanguage = pure Nothing
yesod-recaptcha2.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack name: yesod-recaptcha2-version: 0.2.2+version: 0.2.3 synopsis: yesod recaptcha2 description: recaptcha2 for yesod-form category: Web