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