Skip to content

Commit 2cd7fb4

Browse files
Copilotilonatommy
andauthored
Remove duplicate RedirectManager injection in Blazor Web App ChangePassword template (#63447)
* Initial plan * Fix duplicate RedirectManager injection in ChangePassword.razor template Co-authored-by: ilonatommy <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: ilonatommy <[email protected]>
1 parent 1c8a694 commit 2cd7fb4

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/BlazorWebCSharp.1/Components/Account/Pages/Manage/ChangePassword.razor

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
@inject UserManager<ApplicationUser> UserManager
88
@inject SignInManager<ApplicationUser> SignInManager
9-
@inject RedirectManager RedirectManager
109
@inject IdentityRedirectManager RedirectManager
1110
@inject ILogger<ChangePassword> Logger
1211

0 commit comments

Comments
 (0)