Formatting

This commit is contained in:
2020-01-27 08:51:22 -05:00
parent 8ca5105fca
commit 8e32a03b32
3 changed files with 3 additions and 2 deletions
@@ -16,7 +16,7 @@
@Html.EditorFor(m => loginModel.Password, "PasswordWithForgotLink")
@Html.ValidationSummary("loginModel", true)
<button class="btn btn-primary pull-right">Login</button>
<button class="btn btn-primary pull-right mt-3">Login</button>
@Html.HiddenFor(m => loginModel.RedirectUrl)
}
</div>