Fix Meteor.error

pull/2654/head
Rodrigo Nascimento 9 years ago
parent 03668fb302
commit 4182e80455
  1. 2
      packages/meteor-accounts-saml/saml_server.js

@ -241,7 +241,7 @@ var middleware = function (req, res, next) {
}
});
} else {
throw new Meteor.error('Found multiple users matching SAML inResponseTo fields');
throw new Meteor.Error('Found multiple users matching SAML inResponseTo fields');
}
};

Loading…
Cancel
Save