fixed the bork

This commit is contained in:
limited_dev 2023-02-07 21:47:28 +01:00
parent 2724b6b9d2
commit c1fd893ff0
10 changed files with 20 additions and 15 deletions

View file

@ -10,6 +10,7 @@
<span>Welcome @mail to the mod menu</span>
<div>
<a href="/modmenu/reports">[Reports]</a>
<a href="/modmenu/users">[Users]</a>
</div>
</Authorized>
<NotAuthorized>

View file

@ -0,0 +1,6 @@
@page "/modmenu/users"
<h3>UsersPage</h3>
@code {
}