From cb543b984106caacdbd48756a3f091ef96815075 Mon Sep 17 00:00:00 2001 From: nrikiji Date: Sun, 29 Sep 2019 20:21:49 +0900 Subject: [PATCH] fix(line-login): adjustment parameter (#3172) --- src/@ionic-native/plugins/line-login/index.ts | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/src/@ionic-native/plugins/line-login/index.ts b/src/@ionic-native/plugins/line-login/index.ts index c3eb1898d..8e3c81575 100644 --- a/src/@ionic-native/plugins/line-login/index.ts +++ b/src/@ionic-native/plugins/line-login/index.ts @@ -96,10 +96,7 @@ export class LineLogin extends IonicNativePlugin { * Login * @return {Promise} */ - @Cordova({ - successIndex: 1, - errorIndex: 2 - }) + @Cordova() login(): Promise { return; } @@ -109,10 +106,7 @@ export class LineLogin extends IonicNativePlugin { * (iOS only) * @return {Promise} */ - @Cordova({ - successIndex: 1, - errorIndex: 2 - }) + @Cordova() loginWeb(): Promise { return; }