summaryrefslogtreecommitdiffstats
path: root/TwoStepsAuthenticator.TestWebsite/Views/Home/Welcome.cshtml
blob: c5132a64359b45d08cf95e503c47de14b8b07ba0 (plain)
1
2
3
4
5
6
7
8
9
10
@{
    ViewBag.Title = "Welcome";
}

<h2>Welcome</h2>

You are logged in the website
<br />

@Html.ActionLink("log out", "Logout")