LANCommander/LANCommander.Server/UI/Pages/Settings/Scripts.razor

9 lines
283 B
Text
Raw Permalink Normal View History

@page "/Settings/Scripts"
@using LANCommander.SDK.Enums
@attribute [Authorize(Roles = RoleService.AdministratorRoleName)]
<PageHeader Title="Scripts" />
2025-02-04 19:32:33 -06:00
<PageContent>
<ScriptEditor AllowedTypes="new [] { ScriptType.UserLogin, ScriptType.UserRegistration }" />
2025-02-04 19:32:33 -06:00
</PageContent>