diff --git a/projects/IoTNode/Areas/Admin/Views/Setting/Index.cshtml b/projects/IoTNode/Areas/Admin/Views/Setting/Index.cshtml index 44d90c96..5bef9532 100644 --- a/projects/IoTNode/Areas/Admin/Views/Setting/Index.cshtml +++ b/projects/IoTNode/Areas/Admin/Views/Setting/Index.cshtml @@ -9,36 +9,33 @@ var hasPermissions = (User.Identity as ClaimsIdentity).Claims.Any(o => o.Value.EndsWith($"-{scope}-{entityName}")); }