Skip to content

Commit b433bfb

Browse files
committed
minor UI changes
1 parent 8478cd2 commit b433bfb

File tree

5 files changed

+387
-316
lines changed

5 files changed

+387
-316
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ public ActionResult RedirectToAppHome()
376376

377377
public string GetAppHomeUrl()
378378
{
379-
return Url.Action("Index", "Home");
379+
return Url.Action("Index", "About");
380380
}
381381

382382
#endregion

0 commit comments

Comments
 (0)