fix(line-login): adjustment parameter (#3172)

This commit is contained in:
nrikiji 2019-09-29 20:21:49 +09:00 committed by Daniel Sogl
parent 3f172cc2b8
commit cb543b9841

View File

@ -96,10 +96,7 @@ export class LineLogin extends IonicNativePlugin {
* Login
* @return {Promise<LineLoginProfile>}
*/
@Cordova({
successIndex: 1,
errorIndex: 2
})
@Cordova()
login(): Promise<LineLoginProfile> {
return;
}
@ -109,10 +106,7 @@ export class LineLogin extends IonicNativePlugin {
* (iOS only)
* @return {Promise<LineLoginProfile>}
*/
@Cordova({
successIndex: 1,
errorIndex: 2
})
@Cordova()
loginWeb(): Promise<LineLoginProfile> {
return;
}