mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-12 18:56:31 +08:00
fix(google-plus): mark login param as required (#2996)
This commit is contained in:
parent
21dc1f9a56
commit
c518c8114d
@ -39,7 +39,7 @@ export class GooglePlus extends IonicNativePlugin {
|
|||||||
successIndex: 1,
|
successIndex: 1,
|
||||||
errorIndex: 2
|
errorIndex: 2
|
||||||
})
|
})
|
||||||
login(options?: any): Promise<any> {
|
login(options: any): Promise<any> {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user