Blog posts Permission handling

This commit is contained in:
Paul Schneider
2025-02-18 20:17:06 +00:00
parent dbad529313
commit 04bcecad9e
3 changed files with 53 additions and 16 deletions

View File

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