1 instantiation of SendCodeViewModel
IdentitySample.Mvc (1)
Controllers\AccountController.cs (1)
356return View(new SendCodeViewModel { Providers = factorOptions, ReturnUrl = returnUrl, RememberMe = rememberMe });
1 reference to SendCodeViewModel
IdentitySample.Mvc (1)
Controllers\AccountController.cs (1)
364public async Task<IActionResult> SendCode(SendCodeViewModel model)