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) {