1 instantiation of UseRecoveryCodeViewModel
IdentitySample.Mvc (1)
Controllers\AccountController.cs (1)
508
return View(new
UseRecoveryCodeViewModel
{ ReturnUrl = returnUrl });
1 reference to UseRecoveryCodeViewModel
IdentitySample.Mvc (1)
Controllers\AccountController.cs (1)
516
public async Task<IActionResult> UseRecoveryCode(
UseRecoveryCodeViewModel
model)