Fix copy/paste error in linked in auth provider (#2468)

This commit is contained in:
Andrew Lane
2016-08-05 12:11:05 -04:00
committed by Florent Vilmart
parent d79b478e0b
commit 1a661b73a6

View File

@@ -11,7 +11,7 @@ function validateAuthData(authData) {
}
throw new Parse.Error(
Parse.Error.OBJECT_NOT_FOUND,
'Meetup auth is invalid for this user.');
'Linkedin auth is invalid for this user.');
});
}