From f7cea5bec2d0918ccbb0e3983cc3513bac87c8bf Mon Sep 17 00:00:00 2001 From: jvyden Date: Sat, 20 Nov 2021 02:56:55 -0500 Subject: [PATCH] Pin footer to bottom of page --- .../Pages/ExternalAuth/AuthenticationPage.cshtml | 2 +- ProjectLighthouse/Pages/Layouts/BaseLayout.cshtml | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ProjectLighthouse/Pages/ExternalAuth/AuthenticationPage.cshtml b/ProjectLighthouse/Pages/ExternalAuth/AuthenticationPage.cshtml index f53deacf..9527c357 100644 --- a/ProjectLighthouse/Pages/ExternalAuth/AuthenticationPage.cshtml +++ b/ProjectLighthouse/Pages/ExternalAuth/AuthenticationPage.cshtml @@ -5,7 +5,7 @@ @{ Layout = "Layouts/BaseLayout"; } -
+

Authentication

@foreach (AuthenticationAttempt authAttempt in Model.AuthenticationAttempts) {
diff --git a/ProjectLighthouse/Pages/Layouts/BaseLayout.cshtml b/ProjectLighthouse/Pages/Layouts/BaseLayout.cshtml index 23384f3a..f6217ace 100644 --- a/ProjectLighthouse/Pages/Layouts/BaseLayout.cshtml +++ b/ProjectLighthouse/Pages/Layouts/BaseLayout.cshtml @@ -34,11 +34,14 @@ @RenderBody() -