diff --git a/PlexRequests.UI/Views/Admin/Authentication.cshtml b/PlexRequests.UI/Views/Admin/Authentication.cshtml
index db3fc8819..8e2d89a5a 100644
--- a/PlexRequests.UI/Views/Admin/Authentication.cshtml
+++ b/PlexRequests.UI/Views/Admin/Authentication.cshtml
@@ -161,7 +161,7 @@
$('#users').append("");
return;
}
- if (response.users.length > 1) {
+ if (response.users.length > 0) {
$(response.users).each(function () {
$('#users').append("");
});