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