Skip to content
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.

Bug 925763 - Remove getUser and isAdmin, update tests and README #31

Merged
merged 1 commit into from
Oct 24, 2013

Conversation

cadecairos
Copy link
Contributor

@@ -114,7 +111,7 @@ module.exports = function ( app, options ) {
return res.json( { status: "failure", reason: error } );
}

loginAPI.getUser( email, function( err, webmaker ) {
loginAPI.getUserByEmail( email, function( err, webmaker ) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh man, how did we not catch this before?

@cadecairos cadecairos merged commit bf8dbfc into mozilla:master Oct 24, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants