Updating to 2.1RC1

This commit is contained in:
Steve Smith
2018-05-19 17:13:55 -04:00
parent 4e7f3d7302
commit 80604062d9
12 changed files with 25 additions and 34 deletions

View File

@@ -1,5 +1,5 @@
@page
@model LoginWithRecoveryCodeModel
@model LoginWithRecoveryCodeModel
@{
ViewData["Title"] = "Recovery code verification";
}

View File

@@ -7,7 +7,7 @@ using System;
using System.ComponentModel.DataAnnotations;
using System.Threading.Tasks;
namespace Microsoft.eShopWeb.RazorPages.Pages.Account.Manage
namespace Microsoft.eShopWeb.RazorPages.Pages.Account
{
public class LoginWithRecoveryCodeModel : PageModel
{