diff --git a/samples/IdentitySample.Mvc/Views/Manage/AddPhoneNumber.cshtml b/samples/IdentitySample.Mvc/Views/Manage/AddPhoneNumber.cshtml index a1eadcd3d1..aea89f538d 100644 --- a/samples/IdentitySample.Mvc/Views/Manage/AddPhoneNumber.cshtml +++ b/samples/IdentitySample.Mvc/Views/Manage/AddPhoneNumber.cshtml @@ -27,5 +27,8 @@ } @section Scripts { - @Scripts.Render("~/bundles/jqueryval") -} + @*TODO : Until script helpers are available, adding script references manually*@ + @*@Scripts.Render("~/bundles/jqueryval")*@ + + +} \ No newline at end of file diff --git a/samples/IdentitySample.Mvc/Views/Manage/VerifyPhoneNumber.cshtml b/samples/IdentitySample.Mvc/Views/Manage/VerifyPhoneNumber.cshtml index b1db7c6a31..4e77499bc4 100644 --- a/samples/IdentitySample.Mvc/Views/Manage/VerifyPhoneNumber.cshtml +++ b/samples/IdentitySample.Mvc/Views/Manage/VerifyPhoneNumber.cshtml @@ -29,5 +29,8 @@ } @section Scripts { - @Scripts.Render("~/bundles/jqueryval") -} + @*TODO : Until script helpers are available, adding script references manually*@ + @*@Scripts.Render("~/bundles/jqueryval")*@ + + +} \ No newline at end of file