You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

10 lines
498 B

@page "/access-denied"
<FluentGrid Class="mt-3" Spacing="1" Justify="JustifyContent.Center">
<FluentGridItem>
<FluentStack Orientation="Orientation.Vertical" HorizontalAlignment="HorizontalAlignment.Center">
<FluentEmoji Value="@(new Emojis.SmileysEmotion.Color.Default.ThinkingFace())" Width="5rem" />
<FluentLabel Color="Color.Warning">You don't have permission to access this page.</FluentLabel>
</FluentStack>
</FluentGridItem>
</FluentGrid>