Skip to content

Commit 8c3aad9

Browse files
Typo fix
1 parent cdc3b4c commit 8c3aad9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Web/Grand.Web.Common/Filters/AuthorizeStoreAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public async Task OnAuthorizationAsync(AuthorizationFilterContext context)
5252
.Where(f => f.Scope == FilterScope.Action)
5353
.Select(f => f.Filter).OfType<AuthorizeStoreAttribute>().FirstOrDefault();
5454

55-
//ignore filter (the action is available even if the current customer isn't a vendor)
55+
//ignore filter
5656
if (actionFilter?.IgnoreFilter ?? ignoreFilter)
5757
return;
5858

0 commit comments

Comments
 (0)