File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
ReplayBrowser/Pages/Account Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 4
4
@using Microsoft .AspNetCore .Components .Authorization
5
5
@using ReplayBrowser .Data .Models .Account
6
6
@using ReplayBrowser .Services
7
+ @using Microsoft .AspNetCore .Components .Web
7
8
@inject AuthenticationStateProvider AuthenticationStateProvider
8
9
@inject AccountService AccountService
9
10
@attribute [Authorize]
10
11
12
+ <PageTitle >Admin</PageTitle >
13
+
11
14
<h3 >Listing all accounts:</h3 >
12
15
@if (_isNotAdmin )
13
16
{
Original file line number Diff line number Diff line change 4
4
@using Microsoft .AspNetCore .Components .Authorization
5
5
@using ReplayBrowser .Data
6
6
@using ReplayBrowser .Services
7
+ @using Microsoft .AspNetCore .Components .Web
7
8
@inject AuthenticationStateProvider AuthenticationStateProvider
8
9
@inject AccountService AccountService
9
10
@inject NavigationManager NavigationManager
10
11
@attribute [Authorize]
11
12
13
+ <PageTitle >Logs</PageTitle >
14
+
12
15
<h3 >Logs</h3 >
13
16
<div class =" search-bar" >
14
17
<div class =" d-flex ms-auto" >
You can’t perform that action at this time.
0 commit comments