Skip to content

Commit 9c1f488

Browse files
committed
Remove unnecessary usings
1 parent 39e0b63 commit 9c1f488

File tree

2 files changed

+0
-3
lines changed
  • src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/BlazorWeb-CSharp/Components/Account/Pages

2 files changed

+0
-3
lines changed

src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/BlazorWeb-CSharp/Components/Account/Pages/Manage/Index.razor

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
@page "/Account/Manage"
22

33
@using System.ComponentModel.DataAnnotations
4-
@using System.Security.Claims
54
@using Microsoft.AspNetCore.Identity
65
@using BlazorWeb_CSharp.Data
76

8-
@inject AuthenticationStateProvider AuthenticationStateProvider
97
@inject UserManager<ApplicationUser> UserManager
108
@inject SignInManager<ApplicationUser> SignInManager
119
@inject IdentityUserAccessor UserAccessor

src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/BlazorWeb-CSharp/Components/Account/Pages/Register.razor

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
@using System.ComponentModel.DataAnnotations
44
@using System.Text
55
@using System.Text.Encodings.Web
6-
@using Microsoft.AspNetCore.Authentication
76
@using Microsoft.AspNetCore.Identity
87
@using Microsoft.AspNetCore.WebUtilities
98
@using BlazorWeb_CSharp.Data

0 commit comments

Comments
 (0)