yesod-auth 1.2.0.1 → 1.2.0.2
raw patch · 2 files changed
+4/−4 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Yesod/Auth/Email.hs +3/−3
- yesod-auth.cabal +1/−1
Yesod/Auth/Email.hs view
@@ -181,7 +181,7 @@ <form method="post" action="@{tp registerR}"> <div id="registerForm"> <label for=#{email}>_{Msg.Email}:- <input ##{email} type="email" name="email" width="150">+ <input ##{email} type="email" name="email" width="150" autofocus> <button .btn>_{Msg.Register} |] @@ -239,7 +239,7 @@ <form method="post" action="@{tp forgotPasswordR}"> <div id="registerForm"> <label for=#{email}>_{Msg.ProvideIdentifier}- <input ##{email} type=text name="email" width="150">+ <input ##{email} type=text name="email" width="150" autofocus> <button .btn>_{Msg.SendPasswordResetEmail} |] @@ -321,7 +321,7 @@ <th> <label for=#{pass1}>_{Msg.NewPass} <td>- <input ##{pass1} type="password" name="new">+ <input ##{pass1} type="password" name="new" autofocus> <tr> <th> <label for=#{pass2}>_{Msg.ConfirmPass}
yesod-auth.cabal view
@@ -1,5 +1,5 @@ name: yesod-auth-version: 1.2.0.1+version: 1.2.0.2 license: MIT license-file: LICENSE author: Michael Snoyman, Patrick Brisbin