hotfix
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user