Skip to content

Commit 1badfeb

Browse files
committed
updated
1 parent 7d0991d commit 1badfeb

6 files changed

Lines changed: 3 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ msbuild.wrn
3232

3333
# Visual Studio 2015
3434
.vs/
35+
.github/

HRManagementSystem.UI/Controllers/AdvertisementController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public async Task<IActionResult> Send(AdvertisementAppUserCreateModel model)
106106
}
107107
else
108108
{
109-
return RedirectToAction("HumanResource", "Home");
109+
return RedirectToAction("HumanResources", "Home");
110110
}
111111
}
112112

HRManagementSystem.UI/Views/Account/SignUp.cshtml

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

4747
<div class="mb-3">
4848
<label>Confirm password</label>
49-
<input type="pass" asp-for="@Model.ConfirmPassword" class="form-control" />
49+
<input type="password" asp-for="@Model.ConfirmPassword" class="form-control" />
5050
<span class="text-danger" asp-validation-for="@Model.ConfirmPassword"></span>
5151
</div>
5252

Binary file not shown.
Binary file not shown.

README.MD

Whitespace-only changes.

0 commit comments

Comments
 (0)