mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-13 14:21:04 +08:00
fix(line-login): adjustment parameter (#3172)
This commit is contained in:
parent
3f172cc2b8
commit
cb543b9841
@ -96,10 +96,7 @@ export class LineLogin extends IonicNativePlugin {
|
|||||||
* Login
|
* Login
|
||||||
* @return {Promise<LineLoginProfile>}
|
* @return {Promise<LineLoginProfile>}
|
||||||
*/
|
*/
|
||||||
@Cordova({
|
@Cordova()
|
||||||
successIndex: 1,
|
|
||||||
errorIndex: 2
|
|
||||||
})
|
|
||||||
login(): Promise<LineLoginProfile> {
|
login(): Promise<LineLoginProfile> {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@ -109,10 +106,7 @@ export class LineLogin extends IonicNativePlugin {
|
|||||||
* (iOS only)
|
* (iOS only)
|
||||||
* @return {Promise<LineLoginProfile>}
|
* @return {Promise<LineLoginProfile>}
|
||||||
*/
|
*/
|
||||||
@Cordova({
|
@Cordova()
|
||||||
successIndex: 1,
|
|
||||||
errorIndex: 2
|
|
||||||
})
|
|
||||||
loginWeb(): Promise<LineLoginProfile> {
|
loginWeb(): Promise<LineLoginProfile> {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user