- @if (Context.CurrentUser.IsAuthenticated())
+ @if (Context.CurrentUser.IsAuthenticated()) //TODO replace with IsAdmin
{
@if (Model.SearchForMovies)
{
diff --git a/PlexRequests.UI/Views/Shared/_Layout.cshtml b/PlexRequests.UI/Views/Shared/_Layout.cshtml
index dc666d79b..80f146912 100644
--- a/PlexRequests.UI/Views/Shared/_Layout.cshtml
+++ b/PlexRequests.UI/Views/Shared/_Layout.cshtml
@@ -43,7 +43,7 @@
- @if (!Context.CurrentUser.IsAuthenticated())
+ @if (!Context.CurrentUser.IsAuthenticated()) // TODO replace with IsAdmin
{
- Admin