Fix copy/paste error in linked in auth provider (#2468)
This commit is contained in:
committed by
Florent Vilmart
parent
d79b478e0b
commit
1a661b73a6
@@ -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.');
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user