Skip to content

Commit 26f7857

Browse files
committed
review fixes 2
1 parent 3b092d9 commit 26f7857

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/Controllers/UsersController.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ public async Task<ActionResult> EditModal(long userId)
4141
return PartialView("_EditModal", model);
4242
}
4343

44-
public ActionResult ChangePassword() => View();
44+
public ActionResult ChangePassword()
45+
{
46+
return View();
47+
}
4548
}
4649
}

0 commit comments

Comments
 (0)