From 901d56593a7ffe69c02b085309fc1f45d9746d80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Tue, 10 Nov 2015 17:00:03 +0100 Subject: [PATCH] React to API changes in aspnet/Razor and aspnet/Mvc https://github.com/aspnet/Mvc/commit/d564a4a96b891bea1f321824b9ed7c7c77c3cf85 --- .../Mvc.Server/Views/Account/ExternalLoginConfirmation.cshtml | 2 +- samples/Mvc.Server/Views/Account/ForgotPassword.cshtml | 2 +- samples/Mvc.Server/Views/Account/Login.cshtml | 2 +- samples/Mvc.Server/Views/Account/Register.cshtml | 2 +- samples/Mvc.Server/Views/Account/ResetPassword.cshtml | 2 +- samples/Mvc.Server/Views/Account/VerifyCode.cshtml | 2 +- samples/Mvc.Server/Views/Manage/AddPhoneNumber.cshtml | 2 +- samples/Mvc.Server/Views/Manage/ChangePassword.cshtml | 2 +- samples/Mvc.Server/Views/Manage/SetPassword.cshtml | 2 +- samples/Mvc.Server/Views/Manage/VerifyPhoneNumber.cshtml | 2 +- samples/Mvc.Server/Views/_ViewImports.cshtml | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/samples/Mvc.Server/Views/Account/ExternalLoginConfirmation.cshtml b/samples/Mvc.Server/Views/Account/ExternalLoginConfirmation.cshtml index 59f9ba89..fcd3b186 100644 --- a/samples/Mvc.Server/Views/Account/ExternalLoginConfirmation.cshtml +++ b/samples/Mvc.Server/Views/Account/ExternalLoginConfirmation.cshtml @@ -9,7 +9,7 @@

Association Form


-
+

You've successfully authenticated with @ViewData["LoginProvider"]. diff --git a/samples/Mvc.Server/Views/Account/ForgotPassword.cshtml b/samples/Mvc.Server/Views/Account/ForgotPassword.cshtml index 5b38e85a..8400cc7e 100644 --- a/samples/Mvc.Server/Views/Account/ForgotPassword.cshtml +++ b/samples/Mvc.Server/Views/Account/ForgotPassword.cshtml @@ -11,7 +11,7 @@ @*

Enter your email.


-
+
diff --git a/samples/Mvc.Server/Views/Account/Login.cshtml b/samples/Mvc.Server/Views/Account/Login.cshtml index b84db823..40b970d7 100644 --- a/samples/Mvc.Server/Views/Account/Login.cshtml +++ b/samples/Mvc.Server/Views/Account/Login.cshtml @@ -15,7 +15,7 @@

Use a local account to log in.


-
+
diff --git a/samples/Mvc.Server/Views/Account/Register.cshtml b/samples/Mvc.Server/Views/Account/Register.cshtml index 8c9bb643..79870283 100644 --- a/samples/Mvc.Server/Views/Account/Register.cshtml +++ b/samples/Mvc.Server/Views/Account/Register.cshtml @@ -8,7 +8,7 @@

Create a new account.


-
+
diff --git a/samples/Mvc.Server/Views/Account/ResetPassword.cshtml b/samples/Mvc.Server/Views/Account/ResetPassword.cshtml index 7ddf52f9..8ab27b68 100644 --- a/samples/Mvc.Server/Views/Account/ResetPassword.cshtml +++ b/samples/Mvc.Server/Views/Account/ResetPassword.cshtml @@ -8,7 +8,7 @@

Reset your password.


-
+
diff --git a/samples/Mvc.Server/Views/Account/VerifyCode.cshtml b/samples/Mvc.Server/Views/Account/VerifyCode.cshtml index af98c78f..3689cbba 100644 --- a/samples/Mvc.Server/Views/Account/VerifyCode.cshtml +++ b/samples/Mvc.Server/Views/Account/VerifyCode.cshtml @@ -6,7 +6,7 @@

@ViewData["Title"].

-
+

@ViewData["Status"]

diff --git a/samples/Mvc.Server/Views/Manage/AddPhoneNumber.cshtml b/samples/Mvc.Server/Views/Manage/AddPhoneNumber.cshtml index daf3bb26..1e09409c 100644 --- a/samples/Mvc.Server/Views/Manage/AddPhoneNumber.cshtml +++ b/samples/Mvc.Server/Views/Manage/AddPhoneNumber.cshtml @@ -7,7 +7,7 @@

Add a phone number.


-
+
diff --git a/samples/Mvc.Server/Views/Manage/ChangePassword.cshtml b/samples/Mvc.Server/Views/Manage/ChangePassword.cshtml index ce0e7576..6127082d 100644 --- a/samples/Mvc.Server/Views/Manage/ChangePassword.cshtml +++ b/samples/Mvc.Server/Views/Manage/ChangePassword.cshtml @@ -8,7 +8,7 @@

Change Password Form


-
+
diff --git a/samples/Mvc.Server/Views/Manage/SetPassword.cshtml b/samples/Mvc.Server/Views/Manage/SetPassword.cshtml index d7c72a93..d1a1b77a 100644 --- a/samples/Mvc.Server/Views/Manage/SetPassword.cshtml +++ b/samples/Mvc.Server/Views/Manage/SetPassword.cshtml @@ -11,7 +11,7 @@

Set your password


-
+
diff --git a/samples/Mvc.Server/Views/Manage/VerifyPhoneNumber.cshtml b/samples/Mvc.Server/Views/Manage/VerifyPhoneNumber.cshtml index a0e508db..17787816 100644 --- a/samples/Mvc.Server/Views/Manage/VerifyPhoneNumber.cshtml +++ b/samples/Mvc.Server/Views/Manage/VerifyPhoneNumber.cshtml @@ -10,7 +10,7 @@

Add a phone number.

@ViewData["Status"]

-
+
diff --git a/samples/Mvc.Server/Views/_ViewImports.cshtml b/samples/Mvc.Server/Views/_ViewImports.cshtml index 64bb4562..d8fff825 100644 --- a/samples/Mvc.Server/Views/_ViewImports.cshtml +++ b/samples/Mvc.Server/Views/_ViewImports.cshtml @@ -3,4 +3,4 @@ @using Mvc.Server.ViewModels.Account @using Mvc.Server.ViewModels.Manage @using Microsoft.AspNet.Identity -@addTagHelper "*, Microsoft.AspNet.Mvc.TagHelpers" +@addTagHelper *, Microsoft.AspNet.Mvc.TagHelpers