@@ -175,9 +175,9 @@ public void OnGet() { }
175175 public partial class RegisterConfirmationModel : Microsoft . AspNetCore . Mvc . RazorPages . PageModel
176176 {
177177 public RegisterConfirmationModel ( ) { }
178+ public bool DisplayConfirmAccountLink { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
178179 public string Email { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
179180 public string EmailConfirmationUrl { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
180- public bool DisplayConfirmAccountLink { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
181181 public virtual System . Threading . Tasks . Task < Microsoft . AspNetCore . Mvc . IActionResult > OnGetAsync ( string email ) { throw null ; }
182182 }
183183 [ Microsoft . AspNetCore . Authorization . AllowAnonymousAttribute ]
@@ -621,9 +621,9 @@ public void OnGet() { }
621621 public partial class RegisterConfirmationModel : Microsoft . AspNetCore . Mvc . RazorPages . PageModel
622622 {
623623 public RegisterConfirmationModel ( ) { }
624+ public bool DisplayConfirmAccountLink { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
624625 public string Email { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
625626 public string EmailConfirmationUrl { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
626- public bool DisplayConfirmAccountLink { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
627627 public virtual System . Threading . Tasks . Task < Microsoft . AspNetCore . Mvc . IActionResult > OnGetAsync ( string email ) { throw null ; }
628628 }
629629 [ Microsoft . AspNetCore . Authorization . AllowAnonymousAttribute ]
0 commit comments