summaryrefslogtreecommitdiffstats
path: root/TwoStepsAuthenticator.TestWebsite/Views/Home/Welcome.cshtml
diff options
context:
space:
mode:
Diffstat (limited to 'TwoStepsAuthenticator.TestWebsite/Views/Home/Welcome.cshtml')
-rw-r--r--TwoStepsAuthenticator.TestWebsite/Views/Home/Welcome.cshtml10
1 files changed, 10 insertions, 0 deletions
diff --git a/TwoStepsAuthenticator.TestWebsite/Views/Home/Welcome.cshtml b/TwoStepsAuthenticator.TestWebsite/Views/Home/Welcome.cshtml
new file mode 100644
index 0000000..c5132a6
--- /dev/null
+++ b/TwoStepsAuthenticator.TestWebsite/Views/Home/Welcome.cshtml
@@ -0,0 +1,10 @@
+@{
+ ViewBag.Title = "Welcome";
+}
+
+<h2>Welcome</h2>
+
+You are logged in the website
+<br />
+
+@Html.ActionLink("log out", "Logout") \ No newline at end of file