ShoaibFarooka / AdStatixx

0 stars 0 forks source link

Authorization Issue #12

Closed ShoaibFarooka closed 1 day ago

ShoaibFarooka commented 2 days ago

Once user reload the new added 'campaigns-add' page it shows Unauthorized because verifyAuthorization utils need to be updated as for now it is only allowing pages path which are given in the menuItems so use 'return allowedPages.some(page => currentPath.startsWith(page))' instead of old one 'return allowedPages.includes(currentPath)'