Skip to content

Commit

Permalink
Fixed remember me.
Browse files Browse the repository at this point in the history
  • Loading branch information
hikalkan committed Sep 28, 2016
1 parent aa2c9d7 commit bb95beb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<input type="password" class="form-control" name="Password" placeholder="@L("Password")" required maxlength="@AbpCompanyName.AbpProjectName.Users.User.MaxPlainPasswordLength">
<div class="checkbox">
<label>
<input type="checkbox" name="RememberMe">
<input type="checkbox" name="RememberMe" value="true">
<span class="ripple"></span>
<span class="check"></span> @L("RememberMe")
</label>
Expand Down

0 comments on commit bb95beb

Please sign in to comment.