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 @@
- +