Skip to content

Commit

Permalink
Merge branch 'ma/fix-2fa-admin-attribute' of https://github.com/Orcha…
Browse files Browse the repository at this point in the history
…rdCMS/OrchardCore into ma/fix-2fa-admin-attribute
  • Loading branch information
MikeAlhayek committed May 27, 2024
2 parents e98a6d3 + 7b42e70 commit 3f9c1d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ namespace OrchardCore.Admin;

public class AdminPermissions
{
// This was moved to the abstractions class since it need to access it from other modules.
// This was moved to the abstractions class since it needs to be accessed from other modules.
public static readonly Permission AccessAdminPanel = new("AccessAdminPanel", "Access admin panel");
}

0 comments on commit 3f9c1d2

Please sign in to comment.