yesod-auth 1.3.4.5 → 1.3.4.6
raw patch · 2 files changed
+3/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Yesod/Auth/Email.hs +2/−2
- yesod-auth.cabal +1/−1
Yesod/Auth/Email.hs view
@@ -245,11 +245,11 @@ <tr> <th>_{Msg.Email} <td>- <input type="email" name="email">+ <input type="email" name="email" required> <tr> <th>_{Msg.Password} <td>- <input type="password" name="password">+ <input type="password" name="password" required> <tr> <td colspan="2"> <button type=submit .btn .btn-success>
yesod-auth.cabal view
@@ -1,5 +1,5 @@ name: yesod-auth-version: 1.3.4.5+version: 1.3.4.6 license: MIT license-file: LICENSE author: Michael Snoyman, Patrick Brisbin