We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31aab2b commit a3fabdbCopy full SHA for a3fabdb
src/2-Clients/AdminPanel/Pages/DemoThings/Index.razor
@@ -1,6 +1,8 @@
1
@page "/demo-things"
2
@using CanBeYours.AdminPanel.Helpers
3
+@using CanBeYours.Application.Helpers
4
@implements IDisposable
5
+@attribute [Authorize(Permissions.Demo.DEMO_THINGS)]
6
7
<PageTitle>@AdminPanelLocalizer[AdminPanelResource.DemoThings]</PageTitle>
8
0 commit comments