Merge pull request #3 from oqtane/dev

WebAssembly startup issue
This commit is contained in:
Leigh Pointer 2021-02-15 17:30:38 +01:00 committed by GitHub
commit 4b3c488fb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -296,7 +296,7 @@
public bool ShowLanguageSwitcher { get; set; } = true;
protected override async Task OnInitializedAsync()
protected override async Task OnParametersSetAsync()
{
if (UserSecurity.IsAuthorized(PageState.User, PermissionNames.Edit, PageState.Page.Permissions))
{

View File

@ -2,7 +2,6 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<LangVersion>7.3</LangVersion>
<Configurations>Debug;Release</Configurations>
<Version>2.0.0</Version>
<Product>Oqtane</Product>