Skip to content

Commit 1d17ed8

Browse files
committed
#18 - Fix path casing in Login view.
1 parent 5fdc306 commit 1d17ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FileUpload.Web.UI/Views/Account/Login.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<div class="container login">
77

8-
<form asp-controller="Account" asp-action="Login" method="post">
8+
<form asp-controller="account" asp-action="login" method="post">
99
<partial name="_AuthenticationReturnUrlHidden" />
1010
<input asp-for="Username" placeholder="Username" autofocus />
1111
<span asp-validation-for="Username" class="validation"></span>

0 commit comments

Comments
 (0)