component-shipinlv 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
package/dist/AuthClient/index.js
CHANGED
@@ -6,6 +6,7 @@ var Auth = function Auth(_ref) {
|
|
6
6
|
var defaultLoginType = _ref.defaultLoginType,
|
7
7
|
wechatDisabled = _ref.wechatDisabled,
|
8
8
|
accountDisabled = _ref.accountDisabled,
|
9
|
+
accountHidden = _ref.accountHidden,
|
9
10
|
accountRegDisabled = _ref.accountRegDisabled,
|
10
11
|
_ref$onSuccess = _ref.onSuccess,
|
11
12
|
onSuccess = _ref$onSuccess === void 0 ? function () {} : _ref$onSuccess;
|
@@ -17,6 +18,7 @@ var Auth = function Auth(_ref) {
|
|
17
18
|
defaultLoginType: defaultLoginType,
|
18
19
|
wechatDisabled: wechatDisabled,
|
19
20
|
accountDisabled: accountDisabled,
|
21
|
+
accountHidden: accountHidden,
|
20
22
|
accountRegDisabled: accountRegDisabled,
|
21
23
|
onLoginSuccess: onLoginSuccess
|
22
24
|
});
|