* Turned off Login as it is not working
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
@page "/Unauthorized"
|
||||
@using Microsoft.AspNetCore.Authorization
|
||||
|
||||
@attribute [AllowAnonymous]
|
||||
|
||||
@using Syncfusion.Blazor.Cards
|
||||
@using Syncfusion.Blazor.Buttons
|
||||
|
||||
@@ -22,7 +20,7 @@
|
||||
</SfButton>
|
||||
</CardContent>
|
||||
<CardFooter>
|
||||
<small class="text-muted">Orders Management System © @(DateTime.Now.Year)</small>
|
||||
<small class="text-muted">FA Krosno Manager © @(DateTime.Now.Year)</small>
|
||||
</CardFooter>
|
||||
</SfCard>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user