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