From 436ef8b17ea1e388fdc37677029ecc992ec948a4 Mon Sep 17 00:00:00 2001 From: jvyden Date: Mon, 13 Dec 2021 14:53:42 -0500 Subject: [PATCH] Redesign authentication page --- .../Pages/ExternalAuth/AuthenticationPage.cshtml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ProjectLighthouse/Pages/ExternalAuth/AuthenticationPage.cshtml b/ProjectLighthouse/Pages/ExternalAuth/AuthenticationPage.cshtml index d5a56773..ecbfb91f 100644 --- a/ProjectLighthouse/Pages/ExternalAuth/AuthenticationPage.cshtml +++ b/ProjectLighthouse/Pages/ExternalAuth/AuthenticationPage.cshtml @@ -18,6 +18,19 @@ else {

This device's IP address is @(Model.IpAddress.ToString()). If this matches with an authentication attempt below, then it's safe to assume the authentication attempt came from the same network as this device.

} + + + + + + + }