Blog posts Permission handling

This commit is contained in:
Paul Schneider 2025-02-18 20:17:06 +00:00
commit 3495523bd4
3 changed files with 54 additions and 17 deletions

View file

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