This commit is contained in:
Paul Schneider
2023-03-20 21:15:02 +00:00
parent ae4de6bab7
commit c4b7a5c48d
10 changed files with 48 additions and 53 deletions

View File

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