Skip to content

Commit 3fb6f02

Browse files
author
stanislav
committed
fix (UserService) - easy login methods not support Promises
1 parent 97b7782 commit 3fb6f02

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libs/backendless.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4361,7 +4361,8 @@
43614361
[Geo.prototype, ['addPoint', 'findUtil', 'loadMetadata', 'getClusterPoints', 'addCategory',
43624362
'getCategories', 'deleteCategory', 'deletePoint']],
43634363
[UserService.prototype, ['register', 'getUserRoles', 'roleHelper', 'login', 'describeUserClass',
4364-
'restorePassword', 'logout', 'update', 'isValidLogin', 'loginWithFacebookSdk', 'loginWithGooglePlusSdk']]
4364+
'restorePassword', 'logout', 'update', 'isValidLogin', 'loginWithFacebookSdk',
4365+
'loginWithGooglePlusSdk','loginWithFacebook', 'loginWithGooglePlus', 'loginWithTwitter']]
43654366
].forEach(promisifyPack);
43664367

43674368
UserService.prototype.getCurrentUser = function() {

0 commit comments

Comments
 (0)