This is your dashboard.
+This is the admin dashboard.
-
-
Settings
-
+
diff --git a/Views/Home/UserDashboard.cshtml b/Views/Home/UserDashboard.cshtml
index 8ae5a39..01004dc 100644
--- a/Views/Home/UserDashboard.cshtml
+++ b/Views/Home/UserDashboard.cshtml
@@ -1,2 +1,2 @@
-
Welcome User!
-
This is your dashboard.
+
Welcome @User.Identity.Name!
+
This is the user dashboard.
diff --git a/Views/Shared/LoginPartial.cshtml b/Views/Shared/LoginPartial.cshtml
deleted file mode 100644
index 755c258..0000000
--- a/Views/Shared/LoginPartial.cshtml
+++ /dev/null
@@ -1,20 +0,0 @@
-@using Microsoft.Identity.Web
-@if (User.Identity.IsAuthenticated)
-{
-
- -
- Hello @User.Identity.Name!
-
- -
- Sign out
-
-
-}
-else
-{
-
-}
diff --git a/Views/Shared/_Layout.cshtml b/Views/Shared/_Layout.cshtml
index e2c9c65..139559e 100644
--- a/Views/Shared/_Layout.cshtml
+++ b/Views/Shared/_Layout.cshtml
@@ -1,38 +1,35 @@
-
+
-
@ViewData["Title"] - Your App
+
@ViewData["Title"] - Aquila_1
-
+
+
-