Browse Source

Commit 9.3: Configure accounts-ui.

Frederic G. MARAND 8 năm trước cách đây
mục cha
commit
6c556b6fe3
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      simple-todos.js

+ 5 - 0
simple-todos.js

@@ -57,4 +57,9 @@ if (Meteor.isClient) {
       });
     }
   });
+
+  Accounts.ui.config({
+    passwordSignupFields: "USERNAME_ONLY"
+  });
+
 }