From e0156400b816d9da95f04f734e09be61d10ffe45 Mon Sep 17 00:00:00 2001 From: jvyden Date: Mon, 13 Dec 2021 14:19:22 -0500 Subject: [PATCH] Fix AuthenticationPage title bug --- ProjectLighthouse/Pages/ExternalAuth/AuthenticationPage.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProjectLighthouse/Pages/ExternalAuth/AuthenticationPage.cshtml b/ProjectLighthouse/Pages/ExternalAuth/AuthenticationPage.cshtml index 58521e46..e185814e 100644 --- a/ProjectLighthouse/Pages/ExternalAuth/AuthenticationPage.cshtml +++ b/ProjectLighthouse/Pages/ExternalAuth/AuthenticationPage.cshtml @@ -4,8 +4,8 @@ @{ Layout = "Layouts/BaseLayout"; + Model.Title = "Authentication"; } -

Authentication

@if (Model.AuthenticationAttempts.Count == 0) {