diff --git a/Server/Areas/Identity/Pages/Account/Manage/ServerConfig.cshtml b/Server/Areas/Identity/Pages/Account/Manage/ServerConfig.cshtml index c64fc6c1..6fa50ffc 100644 --- a/Server/Areas/Identity/Pages/Account/Manage/ServerConfig.cshtml +++ b/Server/Areas/Identity/Pages/Account/Manage/ServerConfig.cshtml @@ -1,5 +1,4 @@ @page -@using Remotely.Server.Areas.Identity.Pages.Account.Manage @model ServerConfigModel @{ ViewData["Title"] = "Server Config"; diff --git a/Server/Areas/Identity/Pages/Account/Manage/ServerConfig.cshtml.cs b/Server/Areas/Identity/Pages/Account/Manage/ServerConfig.cshtml.cs index cb0a57fb..99720a4c 100644 --- a/Server/Areas/Identity/Pages/Account/Manage/ServerConfig.cshtml.cs +++ b/Server/Areas/Identity/Pages/Account/Manage/ServerConfig.cshtml.cs @@ -95,6 +95,8 @@ namespace Remotely.Server.Areas.Identity.Pages.Account.Manage await Task.Delay(10); } + StatusMessage = "Configuration saved."; + return RedirectToPage(); }