This commit is contained in:
Paul Schneider 2023-03-20 20:26:00 +00:00
commit 96a73bcd95
13 changed files with 70 additions and 82 deletions

View file

@ -45,6 +45,6 @@
}
<div class="container">
@await Component.InvokeAsync("BlogIndex",User.GetUserId()??"_anonymous_",0,25)
@await Component.InvokeAsync("BlogIndex",new{ id = User.GetUserId() ?? "_anonymous_" ) }
</div>