diff options
Diffstat (limited to 'code/api/Pages')
| -rw-r--r-- | code/api/Pages/Home.cshtml | 4 | ||||
| -rw-r--r-- | code/api/Pages/Login.cshtml | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/code/api/Pages/Home.cshtml b/code/api/Pages/Home.cshtml index b7c07c2..b914874 100644 --- a/code/api/Pages/Home.cshtml +++ b/code/api/Pages/Home.cshtml @@ -5,6 +5,4 @@ ViewData["Title"] = "Home"; } -<h1>Welcome</h1> - -<button class="do-logout">Logout</button>
\ No newline at end of file +<h1>Home</h1>
\ No newline at end of file diff --git a/code/api/Pages/Login.cshtml b/code/api/Pages/Login.cshtml index d68e96b..0e8b304 100644 --- a/code/api/Pages/Login.cshtml +++ b/code/api/Pages/Login.cshtml @@ -25,4 +25,4 @@ @section Scripts { <script src="~/scripts/page-specific/login.js" asp-append-version="true"></script> -}
\ No newline at end of file +} |
