mahan access to backup

This commit is contained in:
MahanCh
2025-04-19 18:56:51 +03:30
parent b5affa43c1
commit 4064d5fdf8

View File

@@ -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