8 lines
No EOL
255 B
C#
8 lines
No EOL
255 B
C#
using Iceshrimp.Backend.Core.Middleware;
|
|
using static Iceshrimp.Backend.Pages.Shared.RootComponent;
|
|
|
|
namespace Iceshrimp.Backend.Components.Helpers;
|
|
|
|
[Authenticate("role:admin")]
|
|
[RequireAuthorization]
|
|
public class AdminComponentBase : AsyncComponentBase; |