From 34d389cf6e6682c5e8d0c5ae4301b7442295cb32 Mon Sep 17 00:00:00 2001 From: Ryan Date: Tue, 16 May 2023 17:16:31 -0400 Subject: [PATCH] add focus on login page load --- Views/Login/Login.cshtml | 11 ++++++++++- Views/Shared/_Layout.cshtml | 2 ++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Views/Login/Login.cshtml b/Views/Login/Login.cshtml index 020e31b..eb41cc8 100644 --- a/Views/Login/Login.cshtml +++ b/Views/Login/Login.cshtml @@ -6,4 +6,13 @@
-
\ No newline at end of file + + +@section scripts { + + +} diff --git a/Views/Shared/_Layout.cshtml b/Views/Shared/_Layout.cshtml index dc1f7dc..40d1bb9 100644 --- a/Views/Shared/_Layout.cshtml +++ b/Views/Shared/_Layout.cshtml @@ -14,6 +14,8 @@ + + @RenderSection("scripts", false)