Merge pull request #679 from ParsePlatform/fosco.empty-authData
Fix for #413 - support empty authData on signup
This commit is contained in:
@@ -176,7 +176,7 @@ RestWrite.prototype.validateAuthData = function() {
|
||||
}
|
||||
}
|
||||
|
||||
if (!this.data.authData) {
|
||||
if (!this.data.authData || !Object.keys(this.data.authData).length) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user