We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent badbdb5 commit 2c14efaCopy full SHA for 2c14efa
server/accounts.js
@@ -9,6 +9,8 @@ Accounts.onCreateUser(function(options, user) {
9
verified: false
10
}
11
];
12
+ // rewriting original error message if github email isn't public
13
+ throw new Meteor.Error(500, 'Please, make your github email public in order to login.');
14
} else {
15
user.emails = [
16
{
0 commit comments