mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Minor fix to an older commit
This commit is contained in:
@@ -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
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user