fix: Incomplete user object in verifyEmail function if both username and email are changed (#8889)
This commit is contained in:
@@ -3067,6 +3067,7 @@ describe('Parse.User testing', () => {
|
||||
},
|
||||
});
|
||||
})
|
||||
.then(() => jasmine.timeout())
|
||||
.then(() => {
|
||||
expect(emailCalled).toBe(true);
|
||||
expect(emailOptions).not.toBeUndefined();
|
||||
|
||||
Reference in New Issue
Block a user