@@ -92,7 +92,7 @@ Template.userFormsLayout.events({
event.stopImmediatePropagation();
Meteor.subscribe('user-authenticationMethod', email, {
- onReady() {
+ onReady() {
return authentication.call(this, instance, email, password);
},
});
@@ -260,7 +260,7 @@ if (Meteor.isServer) {
}
-
+
Jobs.register({
logOut(userId) {
Meteor.users.update(