Minor fix to an older commit

This commit is contained in:
Avital Oliver
2012-10-09 20:25:29 -07:00
parent 4cc5be00c0
commit b5aa098c89

View File

@@ -28,11 +28,7 @@ Accounts.onCreateUser(function (options, extra, user) {
// For now, we just test the one configuration state. You can comment
// out each configuration option and see that the tests fail.
Accounts.config({
<<<<<<< HEAD
sendConfirmationEmail: true
=======
validateEmails: true
>>>>>>> accounts: introduce accounts-ui configuration, simplify accounts configuration
});