We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2c9fc4 commit 96d01d7Copy full SHA for 96d01d7
src/Adapters/Auth/wechat.js
@@ -8,7 +8,7 @@ function validateAuthData(authData) {
8
if (data.errcode == 0) {
9
return;
10
}
11
- throw new Parse.Error(Parse.Error.OBJECT_NOT_FOUND, 'weixin auth is invalid for this user.');
+ throw new Parse.Error(Parse.Error.OBJECT_NOT_FOUND, 'wechat auth is invalid for this user.');
12
});
13
14
@@ -34,7 +34,7 @@ function graphRequest(path) {
34
resolve(data);
35
36
}).on('error', function () {
37
- reject('Failed to validate this access token with weixin.');
+ reject('Failed to validate this access token with wechat.');
38
39
40
0 commit comments