Skip to content

Commit

Permalink
AddInfoView
Browse files Browse the repository at this point in the history
  • Loading branch information
sidsharma27 committed Jul 1, 2016
1 parent 078b289 commit 00dc4aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Nexmo2FADemo/Nexmo2FADemo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@
<Content Include="Views\Manage\VerifyPhoneNumber.cshtml" />
<Content Include="Views\Shared\Lockout.cshtml" />
<Content Include="Views\Shared\_LoginPartial.cshtml" />
<Content Include="Views\Account\Info.cshtml" />
</ItemGroup>
<ItemGroup>
<Folder Include="App_Data\" />
Expand Down
2 changes: 2 additions & 0 deletions Nexmo2FADemo/Views/Account/Info.cshtml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<h2>@ViewBag.Title.</h2>
<h3>@ViewBag.Message</h3>

0 comments on commit 00dc4aa

Please sign in to comment.