feat: added PageTitle to ReportPage
Signed-off-by: limited_dev <loginakkisativ@gmail.com>
This commit is contained in:
parent
7a3830aef3
commit
e6b2c22bab
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
||||||
@using ImageBoardServerApp.Data.Repository
|
@using ImageBoardServerApp.Data.Repository
|
||||||
@inject AuthenticationStateProvider authStateProvider
|
@inject AuthenticationStateProvider authStateProvider
|
||||||
@inject IJSRuntime js
|
@inject IJSRuntime js
|
||||||
|
|
||||||
|
<PageTitle>Report @type#@id on /@board/ - BulletBoards</PageTitle>
|
||||||
<AuthorizeView>
|
<AuthorizeView>
|
||||||
<Authorized>
|
<Authorized>
|
||||||
<h3>Report @type#@id on /@board/</h3>
|
<h3>Report @type#@id on /@board/</h3>
|
||||||
|
|
Loading…
Reference in a new issue