[Notice] Announcing the End of Demo Server [Read me]

change rememberMe input name
@18614d374563daff45423f3572b819f572db57cd
--- app/views/login.scala.html
+++ app/views/login.scala.html
... | ... | @@ -26,7 +26,7 @@ |
26 | 26 |
</dl> |
27 | 27 |
|
28 | 28 |
<div class="act-row right-txt"> |
29 |
- <input type="checkbox" class="checkbox" autocomplete="off" id="remember-me" name="remeber-me"><label for="remember-me" class="bg-checkbox">@Messages("title.rememberMe")</label> |
|
29 |
+ <input type="checkbox" class="checkbox" autocomplete="off" id="remember-me" name="rememberMe"><label for="remember-me" class="bg-checkbox">@Messages("title.rememberMe")</label> |
|
30 | 30 |
<a href="@routes.PasswordResetApp.lostPassword()" class="forgot-password"><span class="label ">@Messages("title.forgotpassword")</span></a> |
31 | 31 |
</div> |
32 | 32 |
|
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?