changesAuthHelper

This commit is contained in:
SamSys
2025-06-02 22:05:21 +03:30
parent c2fc7dabc1
commit 3a7fc7087b

View File

@@ -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) : "";