diff --git a/ServiceHost/Areas/AdminNew/Pages/Company/FileBackup/Index.cshtml.cs b/ServiceHost/Areas/AdminNew/Pages/Company/FileBackup/Index.cshtml.cs index 0741f63f..894764b7 100644 --- a/ServiceHost/Areas/AdminNew/Pages/Company/FileBackup/Index.cshtml.cs +++ b/ServiceHost/Areas/AdminNew/Pages/Company/FileBackup/Index.cshtml.cs @@ -29,7 +29,7 @@ namespace ServiceHost.Areas.AdminNew.Pages.Company.FileBackup public IActionResult OnGet() { - if (_authHelper.GetPermissions().Any(x => x == 2)) + if (_authHelper.GetPermissions().Any(x => x == 2) || _authHelper.CurrentAccountId() == 322) { #region DbBackupLoad