Merge pull request #2776 from thabaum/patch-24

Updated Dashboard Index
This commit is contained in:
Shaun Walker 2023-05-03 12:27:32 -04:00 committed by GitHub
commit a964c30705
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@
@code {
private List<Page> _pages;
public override SecurityAccessLevel SecurityAccessLevel => SecurityAccessLevel.Anonymous;
public override SecurityAccessLevel SecurityAccessLevel => SecurityAccessLevel.View;
protected override void OnInitialized()
{