LANCommander/LANCommander.Server/UI/Pages/Settings/Scripts.razor
2025-02-04 19:32:33 -06:00

9 lines
No EOL
283 B
Text

@page "/Settings/Scripts"
@using LANCommander.SDK.Enums
@attribute [Authorize(Roles = RoleService.AdministratorRoleName)]
<PageHeader Title="Scripts" />
<PageContent>
<ScriptEditor AllowedTypes="new [] { ScriptType.UserLogin, ScriptType.UserRegistration }" />
</PageContent>