Skip to content

Commit

Permalink
Add emailAddress to UserAuthMethod interface
Browse files Browse the repository at this point in the history
  • Loading branch information
nevalla committed Nov 19, 2024
1 parent a9036a1 commit 41de961
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/UserService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ export interface LinkedUserAccount {

export interface UserAuthMethod {
method: "sso" | "password" | "google" | "github" | "apple";
emailAddress: string;
identityProviderID?: string;
}

Expand Down

0 comments on commit 41de961

Please sign in to comment.