hotfix
This commit is contained in:
parent
7169561eaa
commit
c7ce27a144
@ -5,9 +5,6 @@
|
||||
@inject NavigationManager NavManager;
|
||||
@inject IJSRuntime JS
|
||||
|
||||
|
||||
<span class="numericvalue">test</span>
|
||||
|
||||
@if (CurrentPage is null)
|
||||
{
|
||||
<p>Page introuvable</p>
|
||||
|
||||
@ -27,7 +27,7 @@ public class UserManager
|
||||
{
|
||||
ret = await ProtectedLocalStorage.GetAsync<User>("logged");
|
||||
}
|
||||
catch(InvalidOperationException ex) // statically rendered, not logged :)
|
||||
catch // statically rendered, not logged :)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user