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>
</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>