Skip to content

Commit

Permalink
fix(google-plus): fixes login without options
Browse files Browse the repository at this point in the history
closes #932
  • Loading branch information
ihadeed committed Jan 7, 2017
1 parent 49fe24d commit ca14bf6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/plugins/google-plus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ export class GooglePlus {
* @param options
* @returns {Promise<any>}
*/
@Cordova()
@Cordova({
successIndex: 1,
errorIndex: 2
})
static login(options?: any): Promise<any> { return; }

/**
Expand Down

0 comments on commit ca14bf6

Please sign in to comment.