Skip to content

Commit

Permalink
fix(line-login): add missing email prop (#3098)
Browse files Browse the repository at this point in the history
  • Loading branch information
nrikiji authored and danielsogl committed Jul 12, 2019
1 parent 8ce541f commit 7aa0810
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/@ionic-native/plugins/line-login/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ export interface LineLoginProfile {
* Line Profile Name
*/
displayName: string;

/**
* Email
*/
email?: string;
}

export interface LineLoginAccessToken {
Expand Down

0 comments on commit 7aa0810

Please sign in to comment.