Recreated solution with web app template. Improved theme. Switched to ShadcnBlazor library
This commit is contained in:
18
Moonlight.Frontend/UI/Components/Auth/AccessDenied.razor
Normal file
18
Moonlight.Frontend/UI/Components/Auth/AccessDenied.razor
Normal file
@@ -0,0 +1,18 @@
|
||||
@using LucideBlazor
|
||||
@using ShadcnBlazor.Emptys
|
||||
|
||||
<div class="m-10 flex items-center justify-center">
|
||||
<Empty>
|
||||
<EmptyHeader>
|
||||
<EmptyMedia Variant="EmptyMediaVariant.Icon">
|
||||
<BanIcon/>
|
||||
</EmptyMedia>
|
||||
<EmptyTitle>
|
||||
Permission denied
|
||||
</EmptyTitle>
|
||||
<EmptyDescription>
|
||||
You are not allowed to access this resource
|
||||
</EmptyDescription>
|
||||
</EmptyHeader>
|
||||
</Empty>
|
||||
</div>
|
||||
Reference in New Issue
Block a user