Skip to content

Commit

Permalink
Fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
LauraBeatris committed Dec 18, 2024
1 parent efae9c6 commit 496bb76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/clerk-js/src/core/resources/EmailAddress.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ export class EmailAddress extends BaseResource implements EmailAddressResource {
email_address: this.emailAddress,
verification: this.verification.__internal_toSnapshot(),
linked_to: this.linkedTo.map(link => link.__internal_toSnapshot()),
matches_sso_connection: this.matchesSsoConnection,
};
}
}

0 comments on commit 496bb76

Please sign in to comment.