Ignore:
Timestamp:
04/11/22 15:29:19 (2 years ago)
Author:
Danilo <danilo.najkov@…>
Branches:
master
Children:
7a983b0
Parents:
b66b3ac
Message:

backend full

File:
1 edited

Legend:

Unmodified
Added
Removed
  • backend/Helpers/AuthorizeAttribute.cs

    rb66b3ac r057037b  
    1010    public void OnAuthorization(AuthorizationFilterContext context)
    1111    {
    12         var user = (User)context.HttpContext.Items["User"];
     12        var user = context.HttpContext.Items["User"];
    1313        if (user == null)
    1414        {
Note: See TracChangeset for help on using the changeset viewer.