Corrected outdated links (#4254)

This commit is contained in:
Benjamin Wilson Friedman
2017-10-12 19:40:47 -07:00
committed by Florent Vilmart
parent f0b7ffcdd6
commit 9145c88562
8 changed files with 10 additions and 10 deletions

View File

@@ -118,7 +118,7 @@ export class UsersRouter extends ClassesRouter {
delete user.password;
// Sometimes the authData still has null on that keys
// https://github.com/ParsePlatform/parse-server/issues/935
// https://github.com/parse-community/parse-server/issues/935
if (user.authData) {
Object.keys(user.authData).forEach((provider) => {
if (user.authData[provider] === null) {