This commit is contained in:
Paul Schneider
2023-03-20 20:26:00 +00:00
parent 64febe48b0
commit 4d9c285700
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>