We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2243f3f commit 0437117Copy full SHA for 0437117
src/Identity/UI/src/Areas/Identity/Pages/V4/Account/ResendEmailConfirmation.cshtml.cs
@@ -20,7 +20,7 @@ namespace Microsoft.AspNetCore.Identity.UI.V4.Pages.Account.Internal
20
/// </summary>
21
[AllowAnonymous]
22
[IdentityDefaultUI(typeof(ResendEmailConfirmationModel<>))]
23
- public abstract class ResendEmailConfirmationModel : PageModel
+ public class ResendEmailConfirmationModel : PageModel
24
{
25
/// <summary>
26
/// This API supports the ASP.NET Core Identity default UI infrastructure and is not intended to be used
0 commit comments