Remove extra abstract keyword (#24274)
This commit is contained in:
parent
2243f3f171
commit
0437117cfb
|
|
@ -20,7 +20,7 @@ namespace Microsoft.AspNetCore.Identity.UI.V4.Pages.Account.Internal
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[AllowAnonymous]
|
[AllowAnonymous]
|
||||||
[IdentityDefaultUI(typeof(ResendEmailConfirmationModel<>))]
|
[IdentityDefaultUI(typeof(ResendEmailConfirmationModel<>))]
|
||||||
public abstract class ResendEmailConfirmationModel : PageModel
|
public class ResendEmailConfirmationModel : PageModel
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// This API supports the ASP.NET Core Identity default UI infrastructure and is not intended to be used
|
/// This API supports the ASP.NET Core Identity default UI infrastructure and is not intended to be used
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue