From 05bbc8a95b418d7e587c0022469a78bff6c9f30f Mon Sep 17 00:00:00 2001 From: "DESKTOP-GENO133\\IvanPlex" Date: Tue, 30 Jan 2024 15:32:09 -0700 Subject: [PATCH] replace logo in login pages. --- Views/Login/ForgotPassword.cshtml | 9 +++++++-- Views/Login/Index.cshtml | 9 +++++++-- Views/Login/Registration.cshtml | 9 +++++++-- Views/Login/ResetPassword.cshtml | 9 +++++++-- 4 files changed, 28 insertions(+), 8 deletions(-) diff --git a/Views/Login/ForgotPassword.cshtml b/Views/Login/ForgotPassword.cshtml index f75bb3a..ead92be 100644 --- a/Views/Login/ForgotPassword.cshtml +++ b/Views/Login/ForgotPassword.cshtml @@ -1,4 +1,9 @@ -@{ +@using CarCareTracker.Helper +@inject IConfigHelper config +@{ + var logoUrl = config.GetLogoUrl(); +} +@{ ViewData["Title"] = "LubeLogger - Login"; } @section Scripts { @@ -7,7 +12,7 @@
- +
diff --git a/Views/Login/Index.cshtml b/Views/Login/Index.cshtml index 0885abc..27af3c3 100644 --- a/Views/Login/Index.cshtml +++ b/Views/Login/Index.cshtml @@ -1,4 +1,9 @@ -@{ +@using CarCareTracker.Helper +@inject IConfigHelper config +@{ + var logoUrl = config.GetLogoUrl(); +} +@{ ViewData["Title"] = "LubeLogger - Login"; } @section Scripts { @@ -7,7 +12,7 @@
- +
diff --git a/Views/Login/Registration.cshtml b/Views/Login/Registration.cshtml index 131272f..df3268d 100644 --- a/Views/Login/Registration.cshtml +++ b/Views/Login/Registration.cshtml @@ -1,4 +1,9 @@ -@{ +@using CarCareTracker.Helper +@inject IConfigHelper config +@{ + var logoUrl = config.GetLogoUrl(); +} +@{ ViewData["Title"] = "LubeLogger - Register"; } @section Scripts { @@ -7,7 +12,7 @@
- +
diff --git a/Views/Login/ResetPassword.cshtml b/Views/Login/ResetPassword.cshtml index f15af72..973c2bf 100644 --- a/Views/Login/ResetPassword.cshtml +++ b/Views/Login/ResetPassword.cshtml @@ -1,4 +1,9 @@ -@{ +@using CarCareTracker.Helper +@inject IConfigHelper config +@{ + var logoUrl = config.GetLogoUrl(); +} +@{ ViewData["Title"] = "LubeLogger - Register"; } @section Scripts { @@ -7,7 +12,7 @@
- +