From 3a7fc7087b9b1c483cd2f6dce401b84b7f0c7966 Mon Sep 17 00:00:00 2001 From: SamSys Date: Mon, 2 Jun 2025 22:05:21 +0330 Subject: [PATCH] changesAuthHelper --- 0_Framework/Application/AuthHelper.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/0_Framework/Application/AuthHelper.cs b/0_Framework/Application/AuthHelper.cs index bb94f1b2..f0af9a47 100644 --- a/0_Framework/Application/AuthHelper.cs +++ b/0_Framework/Application/AuthHelper.cs @@ -150,8 +150,8 @@ public class AuthHelper : IAuthHelper { #region MahanChanges - if (account.Id == 322) - account.Permissions.AddRange([3060301, 30603, 30604, 30605]); + //if (account.Id == 322) + // account.Permissions.AddRange([3060301, 30603, 30604, 30605]); var permissions = account.Permissions is { Count: > 0 } ? Tools.SerializeToBson(account.Permissions) : "";