diff --git a/ZpcBulletinBoard/Pages/Editor/EditMain.cshtml b/ZpcBulletinBoard/Pages/Editor/EditMain.cshtml index 4e88d66..e1ed5c1 100644 --- a/ZpcBulletinBoard/Pages/Editor/EditMain.cshtml +++ b/ZpcBulletinBoard/Pages/Editor/EditMain.cshtml @@ -76,7 +76,7 @@
@@ -135,8 +135,8 @@ diff --git a/ZpcBulletinBoard/Pages/Layouts/Partials/_LayoutNavbar.cshtml b/ZpcBulletinBoard/Pages/Layouts/Partials/_LayoutNavbar.cshtml index 8037089..59197f0 100644 --- a/ZpcBulletinBoard/Pages/Layouts/Partials/_LayoutNavbar.cshtml +++ b/ZpcBulletinBoard/Pages/Layouts/Partials/_LayoutNavbar.cshtml @@ -1,12 +1,14 @@ @using System.Security.Claims @using Microsoft.AspNetCore.Identity -@* @using Microsoft.EntityFrameworkCore -@inject UserManager