From ded17239348040a143ed75107d90c7450d47e15a Mon Sep 17 00:00:00 2001 From: "Jamie.Rees" Date: Fri, 9 Dec 2016 08:05:52 +0000 Subject: [PATCH] Fixed #744 --- PlexRequests.UI/Views/Admin/Authentication.cshtml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/PlexRequests.UI/Views/Admin/Authentication.cshtml b/PlexRequests.UI/Views/Admin/Authentication.cshtml index f91826003..d8040b3ba 100644 --- a/PlexRequests.UI/Views/Admin/Authentication.cshtml +++ b/PlexRequests.UI/Views/Admin/Authentication.cshtml @@ -4,10 +4,14 @@ @{ var baseUrl = Html.GetBaseUrl(); var formAction = "/admin/authentication"; + + var usermanagement = "/usermanagement"; if (!string.IsNullOrEmpty(baseUrl.ToHtmlString())) { formAction = "/" + baseUrl.ToHtmlString() + formAction; + usermanagement = "/" + baseUrl.ToHtmlString() + usermanagement; } + }
@@ -50,7 +54,7 @@
- User Management + User Management