fix #1745 - error on WebAssembly when logging out

This commit is contained in:
Shaun Walker 2021-11-04 08:06:28 -04:00
parent bd5a827593
commit d3f3359f66
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
<text>...</text> <text>...</text>
</Authorizing> </Authorizing>
<Authorized> <Authorized>
<ModuleMessage Message="@Localizer["Info.SignedIn"]" Type="MessageType.Info" /> <div>@Localizer["Info.SignedIn"]</div>
</Authorized> </Authorized>
<NotAuthorized> <NotAuthorized>
<form @ref="login" class="@(validated ? "was-validated" : "needs-validation")" novalidate> <form @ref="login" class="@(validated ? "was-validated" : "needs-validation")" novalidate>

View File

@ -1,6 +1,6 @@
@namespace Oqtane.UI @namespace Oqtane.UI
<CascadingValue Value="@ModuleState" IsFixed="@(!UserSecurity.IsAuthorized(PageState.User, PermissionNames.Edit, PageState.Page.Permissions))"> <CascadingValue Value="@ModuleState">
@if (_useadminborder) @if (_useadminborder)
{ {
<div class="app-pane-admin-border"> <div class="app-pane-admin-border">