Ignore:
Timestamp:
08/20/24 16:13:49 (3 months ago)
Author:
ElenaMoskova <elena.moskova99@…>
Branches:
main
Children:
63bd770
Parents:
8f8226c
Message:

fix authorization

implement hiding menu items

File:
1 edited

Legend:

Unmodified
Added
Removed
  • PostgreSqlDotnetCore/Controllers/PetCaresController.cs

    r8f8226c r6782104  
    3232            // check for permission
    3333            UsersClass customerClass = await getCrrentUser();
     34            // set if is authenticated
     35            ViewBag.isAuthenticated = customerClass;
    3436            if (customerClass == null)
    3537            {
Note: See TracChangeset for help on using the changeset viewer.