Skip to content

Commit 1a661b7

Browse files
AndrewLaneflovilmart
authored andcommitted
Fix copy/paste error in linked in auth provider (#2468)
1 parent d79b478 commit 1a661b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/authDataManager/linkedin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function validateAuthData(authData) {
1111
}
1212
throw new Parse.Error(
1313
Parse.Error.OBJECT_NOT_FOUND,
14-
'Meetup auth is invalid for this user.');
14+
'Linkedin auth is invalid for this user.');
1515
});
1616
}
1717

0 commit comments

Comments
 (0)