Fixes anonymous blog index
This commit is contained in:
@ -45,7 +45,6 @@
|
||||
}
|
||||
|
||||
<div class="container">
|
||||
|
||||
@await Component.InvokeAsync("BlogIndex",User.GetUserId(),0,25)
|
||||
@await Component.InvokeAsync("BlogIndex",User.GetUserId()??"_anonymous_",0,25);
|
||||
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user