fix login page

This commit is contained in:
Luke Pulverenti 2016-05-23 19:41:01 -04:00
parent 5bc30703a0
commit 5d1cf10d82

View File

@ -199,9 +199,7 @@
apiClient.getPublicUsers().then(function (users) {
var showManualForm = !users.length;
if (showManualForm) {
if (!users.length) {
showManualForm(view, false, false);