Skip to content

Commit bfe2a03

Browse files
committed
no need to set this up here
1 parent 688783d commit bfe2a03

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

accounts_ui.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,4 @@ Accounts.ui.config = function(options) {
5050

5151
Accounts.ui._passwordSignupFields = function () {
5252
return Accounts.ui._options.passwordSignupFields || "EMAIL_ONLY";
53-
};
54-
55-
Accounts.ui.config({
56-
passwordSignupFields: 'USERNAME_AND_EMAIL_CONFIRM'
57-
});
53+
};

0 commit comments

Comments
 (0)