fix #1745 - error on WebAssembly when logging out
This commit is contained in:
parent
bd5a827593
commit
d3f3359f66
|
@ -16,7 +16,7 @@
|
|||
<text>...</text>
|
||||
</Authorizing>
|
||||
<Authorized>
|
||||
<ModuleMessage Message="@Localizer["Info.SignedIn"]" Type="MessageType.Info" />
|
||||
<div>@Localizer["Info.SignedIn"]</div>
|
||||
</Authorized>
|
||||
<NotAuthorized>
|
||||
<form @ref="login" class="@(validated ? "was-validated" : "needs-validation")" novalidate>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
@namespace Oqtane.UI
|
||||
|
||||
<CascadingValue Value="@ModuleState" IsFixed="@(!UserSecurity.IsAuthorized(PageState.User, PermissionNames.Edit, PageState.Page.Permissions))">
|
||||
<CascadingValue Value="@ModuleState">
|
||||
@if (_useadminborder)
|
||||
{
|
||||
<div class="app-pane-admin-border">
|
||||
|
|
Loading…
Reference in New Issue
Block a user