1 instantiation of VerifyCodeViewModel
IdentitySample.Mvc (1)
Controllers\AccountController.cs (1)
414
return View(new
VerifyCodeViewModel
{ Provider = provider, ReturnUrl = returnUrl, RememberMe = rememberMe });
1 reference to VerifyCodeViewModel
IdentitySample.Mvc (1)
Controllers\AccountController.cs (1)
422
public async Task<IActionResult> VerifyCode(
VerifyCodeViewModel
model)