Skip to content

Commit a34f435

Browse files
committed
Update RegisterConfirmation.cshtml.cs
1 parent dd983c1 commit a34f435

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Identity/UI/src/Areas/Identity/Pages/V3/Account/RegisterConfirmation.cshtml.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ public override async Task<IActionResult> OnGetAsync(string email)
8484
pageHandler: null,
8585
values: new { userId = userId, code = code },
8686
protocol: Request.Scheme);
87-
8887
}
8988

9089
return Page();

0 commit comments

Comments
 (0)