Skip to content

Commit 0437117

Browse files
authored
Remove extra abstract keyword (#24274)
1 parent 2243f3f commit 0437117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Identity/UI/src/Areas/Identity/Pages/V4/Account/ResendEmailConfirmation.cshtml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ namespace Microsoft.AspNetCore.Identity.UI.V4.Pages.Account.Internal
2020
/// </summary>
2121
[AllowAnonymous]
2222
[IdentityDefaultUI(typeof(ResendEmailConfirmationModel<>))]
23-
public abstract class ResendEmailConfirmationModel : PageModel
23+
public class ResendEmailConfirmationModel : PageModel
2424
{
2525
/// <summary>
2626
/// This API supports the ASP.NET Core Identity default UI infrastructure and is not intended to be used

0 commit comments

Comments
 (0)